emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0b7293a: ; * lisp/startup.el (command-line-1): Fix a typo in a co


From: Eli Zaretskii
Subject: master 0b7293a: ; * lisp/startup.el (command-line-1): Fix a typo in a comment.
Date: Fri, 12 Nov 2021 02:51:27 -0500 (EST)

branch: master
commit 0b7293a7883be5f3549770f453bc2562914dd963
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/startup.el (command-line-1): Fix a typo in a comment.
---
 lisp/startup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index a911aed..d4fa599 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -2530,7 +2530,7 @@ nil default-directory" name)
                             (truename (file-truename file-ex)))
                        ;; We want to use the truename here if we can,
                        ;; because that makes `eval-after-load' work
-                       ;; more reliably.  But If the file is, for
+                       ;; more reliably.  But if the file is, for
                        ;; instance, /dev/stdin, the truename doesn't
                        ;; actually exist on some systems.
                        (when (file-exists-p truename)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]