[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r105729: (dired-sort-toggle-or-edit):
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r105729: (dired-sort-toggle-or-edit): Clarify string further. |
Date: |
Sun, 11 Sep 2011 19:00:14 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 105729
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-09-11 19:00:14 +0200
message:
(dired-sort-toggle-or-edit): Clarify string further.
modified:
lisp/ChangeLog
lisp/dired.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-09-11 14:54:49 +0000
+++ b/lisp/ChangeLog 2011-09-11 17:00:14 +0000
@@ -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).
=== modified file 'lisp/dired.el'
--- a/lisp/dired.el 2011-09-11 14:54:49 +0000
+++ b/lisp/dired.el 2011-09-11 17:00:14 +0000
@@ -3413,7 +3413,7 @@
(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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r105729: (dired-sort-toggle-or-edit): Clarify string further.,
Lars Magne Ingebrigtsen <=