summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-07-25 00:10:56 -0700
committerGlenn Morris <rgm@gnu.org>2013-07-25 00:10:56 -0700
commit6ccb9cab43613632ece4f62d9ee28d694bc1d666 (patch)
tree7d7cad1ad57fcea32f5499bc3131e4392fa56adc /lisp/dired-x.el
parentef75383cd2b764f8df0b84f780adfe0bd552457c (diff)
parentff62aabc622fdf35aaa878fd284f446de85fc5fd (diff)
Merge from emacs-24; up to 2013-01-01T11:02:14Z!rudalics@gmx.at
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index ddb632db692..0c432593909 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -331,9 +331,9 @@ See also the functions:
;; Mark files with some extension.
(defun dired-mark-extension (extension &optional marker-char)
"Mark all files with a certain EXTENSION for use in later commands.
-A `.' is *not* automatically prepended to the string entered."
- ;; EXTENSION may also be a list of extensions instead of a single one.
- ;; Optional MARKER-CHAR is marker to use.
+A `.' is *not* automatically prepended to the string entered.
+EXTENSION may also be a list of extensions instead of a single one.
+Optional MARKER-CHAR is marker to use."
(interactive "sMarking extension: \nP")
(or (listp extension)
(setq extension (list extension)))