; * lisp/startup.el (command-line-1): Fix a typo in a comment.

This commit is contained in:
Eli Zaretskii 2021-11-12 09:50:43 +02:00
parent 766f636a72
commit 0b7293a788

View 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)