changeset 58635:ab26a3de6d9c

(command-line): Fix comment for the previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 30 Nov 2004 07:20:19 +0000
parents 95d38c47c806
children 44a9e60f1d12
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Tue Nov 30 05:57:27 2004 +0000
+++ b/lisp/startup.el	Tue Nov 30 07:20:19 2004 +0000
@@ -953,7 +953,7 @@
 
   (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))