From 736b5829aef623bbb36e00001af2644edef3c578 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Jul 2013 00:32:49 -0700 Subject: [PATCH] * lisp/dired-x.el (dired-mark-extension): Convert comment to doc string. --- lisp/ChangeLog | 4 ++++ lisp/dired-x.el | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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))) -- 2.39.2