From 1fc67c11d159de73589e2395b1d36d0bd1d4d407 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 30 Nov 2004 07:20:19 +0000 Subject: [PATCH] (command-line): Fix comment for the previous change. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index ed1a90c9354..637a909f78b 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -953,7 +953,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (run-hooks 'after-init-hook) - ;; Decode all buffer names. + ;; Decode all default-directory. (if (and default-enable-multibyte-characters locale-coding-system) (save-excursion (dolist (elt (buffer-list)) -- 2.39.5