]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-sort-toggle-or-edit): Clarify string further.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 17:00:14 +0000 (19:00 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 17:00:14 +0000 (19:00 +0200)
lisp/ChangeLog
lisp/dired.el

index fdb27efaa0f5d2a6a61a54a7868eff85b65cb727..fa90a2f1b4a9b13272a67876c82f4d9f316a42b8 100644 (file)
@@ -2,6 +2,7 @@
 
        * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
        so don't mention it (bug#9301).
+       (dired-sort-toggle-or-edit): Clarify string further.
 
        * faces.el (face-spec-set-match-display): Make `(type graphic)'
        match `x', `w32' and `ns', like the manual says (bug#9029).
index c6eb5f1af685972f2832cf5b219370ad45bbd35d..679a32734e72d88a1ea9f75e9956bf90c1f88e36 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 or -g): "
+       (read-string "ls switches (must contain -l or similar): "
                    dired-actual-switches))
     (dired-sort-toggle)))