diff options
| author | Kenichi Handa <handa@m17n.org> | 2004-11-30 07:20:19 +0000 |
|---|---|---|
| committer | Kenichi Handa <handa@m17n.org> | 2004-11-30 07:20:19 +0000 |
| commit | 1fc67c11d159de73589e2395b1d36d0bd1d4d407 (patch) | |
| tree | 3484ea8a1c55c76bacae17581929ded48425da97 | |
| parent | fc7a70ccdaaf3dcd7f027c46fb5a6e0e9458fe91 (diff) | |
| download | emacs-1fc67c11d159de73589e2395b1d36d0bd1d4d407.tar.gz | |
(command-line): Fix comment for the previous change.
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
