* lisp/dired-x.el (dired-mark-extension): Convert comment to doc string.
This commit is contained in:
parent
862f1c9c3a
commit
736b5829ae
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-07-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* dired-x.el (dired-mark-extension): Convert comment to doc string.
|
||||
|
||||
2013-07-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* image-dired.el (image-dired-track-original-file):
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue