diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-09-11 04:29:23 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-09-11 04:29:23 +0200 |
commit | 803ef892ba1e92f904f763cd882298c2716b24b3 (patch) | |
tree | 610a7e1c7155dc12f03d28d42c5751f70f367518 /lisp/dired.el | |
parent | 129808371c246ddd0c24b79de184e0e3aee938d8 (diff) | |
download | emacs-803ef892ba1e92f904f763cd882298c2716b24b3.tar.gz |
* dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful.
Fixes: debbugs:9301
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 ecb626a275e..442a792a196 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -3413,7 +3413,7 @@ With a prefix argument, edit the current listing switches instead." (error "Cannot sort this dired buffer")) (if arg (dired-sort-other - (read-string "ls switches (must contain -l): " dired-actual-switches)) + (read-string "ls switches (must contain -l, -o, or -g): " dired-actual-switches)) (dired-sort-toggle))) (defun dired-sort-toggle () |