aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-11-15 09:46:34 -0800
committerPaul Eggert2011-11-15 09:46:34 -0800
commit303ad845154ee26efc6fbceb13f3202e554e7d87 (patch)
tree85aeaee656f11c6c9cff35b91fb4f52ff4e51a14
parentc7015153512a7d00aba390cc1f9a6b512a9c9ed7 (diff)
downloademacs-303ad845154ee26efc6fbceb13f3202e554e7d87.tar.gz
emacs-303ad845154ee26efc6fbceb13f3202e554e7d87.zip
Undo a bad spelling fix.
I did not realize the comment was in Latin.
-rw-r--r--lisp/dired.el2
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'."
2533 (if (and (> count 1) (called-interactively-p 'interactive)) 2533 (if (and (> count 1) (called-interactively-p 'interactive))
2534 (message "Buffer includes %d directories" count))) 2534 (message "Buffer includes %d directories" count)))
2535 ;; We don't need to sort it because it is in buffer order per 2535 ;; We don't need to sort it because it is in buffer order per
2536 ;; construction. Return new alist: 2536 ;; constructionem. Return new alist:
2537 dired-subdir-alist)) 2537 dired-subdir-alist))
2538 2538
2539(defun dired-alist-add-1 (dir new-marker) 2539(defun dired-alist-add-1 (dir new-marker)