]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/startup.el (command-line-1): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 Nov 2021 07:50:43 +0000 (09:50 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 Nov 2021 07:50:43 +0000 (09:50 +0200)
lisp/startup.el

index a911aed1cd282c03236f02c2cc6d9023a402f0e2..d4fa59925f161339de1aaf292dde8abf21b6ae6d 100644 (file)
@@ -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)