]> git.eshelyaron.com Git - emacs.git/commitdiff
* dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:29:23 +0000 (04:29 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:29:23 +0000 (04:29 +0200)
Fixes: debbugs:9301
lisp/ChangeLog
lisp/dired.el

index 9615c55d9683773e559086db63675e9f4889b062..87cfafad3c6078d946cc144ae6cb8ce22c782b4f 100644 (file)
@@ -1,5 +1,8 @@
 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
+       which can be useful (bug#9301).
+
        * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
 
        * subr.el (match-string): Mention that the current buffer should
index ecb626a275e466df31bb844025a44870cadc6d71..442a792a196a133fc348ce94c5e5d48cd9c67539 100644 (file)
@@ -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 ()