From 803ef892ba1e92f904f763cd882298c2716b24b3 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 04:29:23 +0200 Subject: [PATCH] * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful. Fixes: debbugs:9301 --- lisp/ChangeLog | 3 +++ lisp/dired.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9615c55d968..87cfafad3c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-09-11 Lars Magne Ingebrigtsen + * 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 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 () -- 2.11.4.GIT