From ba5a81f1aaac235618b0328b472432faa8d51058 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 19:00:14 +0200 Subject: [PATCH] (dired-sort-toggle-or-edit): Clarify string further. --- lisp/ChangeLog | 1 + lisp/dired.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fdb27efaa0f..fa90a2f1b4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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). diff --git a/lisp/dired.el b/lisp/dired.el index c6eb5f1af68..679a32734e7 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 or -g): " + (read-string "ls switches (must contain -l or similar): " dired-actual-switches)) (dired-sort-toggle))) -- 2.39.5