diff options
| author | Lars Magne Ingebrigtsen | 2011-09-11 04:29:23 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-09-11 04:29:23 +0200 |
| commit | 803ef892ba1e92f904f763cd882298c2716b24b3 (patch) | |
| tree | 610a7e1c7155dc12f03d28d42c5751f70f367518 | |
| parent | 129808371c246ddd0c24b79de184e0e3aee938d8 (diff) | |
| download | emacs-803ef892ba1e92f904f763cd882298c2716b24b3.tar.gz emacs-803ef892ba1e92f904f763cd882298c2716b24b3.zip | |
* dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful.
Fixes: debbugs:9301
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/dired.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9615c55d968..87cfafad3c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, | ||
| 4 | which can be useful (bug#9301). | ||
| 5 | |||
| 3 | * textmodes/flyspell.el: Remove obsolete comment (bug#9368). | 6 | * textmodes/flyspell.el: Remove obsolete comment (bug#9368). |
| 4 | 7 | ||
| 5 | * subr.el (match-string): Mention that the current buffer should | 8 | * 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." | |||
| 3413 | (error "Cannot sort this dired buffer")) | 3413 | (error "Cannot sort this dired buffer")) |
| 3414 | (if arg | 3414 | (if arg |
| 3415 | (dired-sort-other | 3415 | (dired-sort-other |
| 3416 | (read-string "ls switches (must contain -l): " dired-actual-switches)) | 3416 | (read-string "ls switches (must contain -l, -o, or -g): " dired-actual-switches)) |
| 3417 | (dired-sort-toggle))) | 3417 | (dired-sort-toggle))) |
| 3418 | 3418 | ||
| 3419 | (defun dired-sort-toggle () | 3419 | (defun dired-sort-toggle () |