From: Eli Zaretskii Date: Fri, 12 Nov 2021 07:50:43 +0000 (+0200) Subject: ; * lisp/startup.el (command-line-1): Fix a typo in a comment. X-Git-Tag: emacs-29.0.90~3668^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b7293a7883be5f3549770f453bc2562914dd963;p=emacs.git ; * lisp/startup.el (command-line-1): Fix a typo in a comment. --- diff --git a/lisp/startup.el b/lisp/startup.el index a911aed1cd2..d4fa59925f1 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)