emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105716: * dired.el (dired-sort-toggl


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105716: * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful.
Date: Sun, 11 Sep 2011 04:29:23 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105716
fixes bug(s): http://debbugs.gnu.org/9301
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-09-11 04:29:23 +0200
message:
  * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be 
useful.
modified:
  lisp/ChangeLog
  lisp/dired.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-11 02:14:10 +0000
+++ b/lisp/ChangeLog    2011-09-11 02:29:23 +0000
@@ -1,5 +1,8 @@
 2011-09-11  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2011-08-18 11:36:19 +0000
+++ b/lisp/dired.el     2011-09-11 02:29:23 +0000
@@ -3413,7 +3413,7 @@
     (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 ()


reply via email to

[Prev in Thread] Current Thread [Next in Thread]