From: Glenn Morris Date: Wed, 24 Jul 2013 07:32:49 +0000 (-0700) Subject: * lisp/dired-x.el (dired-mark-extension): Convert comment to doc string. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1593^2~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=736b5829aef623bbb36e00001af2644edef3c578;p=emacs.git * lisp/dired-x.el (dired-mark-extension): Convert comment to doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5cb6371c082..0c5b857d374 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-07-24 Glenn Morris + + * dired-x.el (dired-mark-extension): Convert comment to doc string. + 2013-07-20 Glenn Morris * image-dired.el (image-dired-track-original-file): diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 7c0def7f809..4f9213fa5cf 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)))