diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-15 09:46:34 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-15 09:46:34 -0800 |
commit | 303ad845154ee26efc6fbceb13f3202e554e7d87 (patch) | |
tree | 85aeaee656f11c6c9cff35b91fb4f52ff4e51a14 /lisp/dired.el | |
parent | c7015153512a7d00aba390cc1f9a6b512a9c9ed7 (diff) | |
download | emacs-303ad845154ee26efc6fbceb13f3202e554e7d87.tar.gz |
Undo a bad spelling fix.
I did not realize the comment was in Latin.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 6264df148b6..90cf610116a 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2533,7 +2533,7 @@ instead of `dired-actual-switches'." (if (and (> count 1) (called-interactively-p 'interactive)) (message "Buffer includes %d directories" count))) ;; We don't need to sort it because it is in buffer order per - ;; construction. Return new alist: + ;; constructionem. Return new alist: dired-subdir-alist)) (defun dired-alist-add-1 (dir new-marker) |