diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-06 19:10:36 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-06 19:10:36 +0200 |
commit | a48868a7d83a1f0ec2297cc254abaae176233d79 (patch) | |
tree | 918ba26b7c78445a60fa447cef3b0ff29e16f580 /lisp/dired-x.el | |
parent | 84e04a29b9fddf5c5ede9873aa0356cd13af6f41 (diff) | |
download | emacs-a48868a7d83a1f0ec2297cc254abaae176233d79.tar.gz |
* dired.el (dired-mode): Clarify "unmark or unflag".
(dired-unmark-backward): Ditto.
(dired-flag-backup-files): Ditto.
* dired-x.el (dired-mark-sexp): Ditto.
Fixes: debbugs:8770
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index ca89d07ea7f..8395a8b905f 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -1406,7 +1406,7 @@ Considers buffers closer to the car of `buffer-list' to be more recent." (defun dired-mark-sexp (predicate &optional unflag-p) "Mark files for which PREDICATE returns non-nil. -With a prefix arg, unflag those files instead. +With a prefix arg, unmark or unflag those files instead. PREDICATE is a lisp expression that can refer to the following symbols: |