; * lisp/startup.el (command-line-1): Fix a typo in a comment.
This commit is contained in:
parent
766f636a72
commit
0b7293a788
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue