From 0b7293a7883be5f3549770f453bc2562914dd963 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Nov 2021 09:50:43 +0200 Subject: [PATCH] ; * 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 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) -- 2.39.2