From: Glenn Morris Date: Tue, 17 Apr 2012 01:52:00 +0000 (-0400) Subject: * lisp/dired-aux.el (dired-mark-read-string): Doc fix. X-Git-Tag: emacs-24.2.90~471^2~352^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12e10e61a507c695f6b21f19accb6d6bb7e7e156;p=emacs.git * lisp/dired-aux.el (dired-mark-read-string): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31caf9b6a34..4a9aee338ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-17 Glenn Morris + + * dired-aux.el (dired-mark-read-string): Doc fix. + 2012-04-17 Dmitry Antipov * dired-aux.el (dired-mark-read-string): Offer optional completion. diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 97ff0cbd07e..8a499c47464 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -401,7 +401,10 @@ FILES should be a list of file names. DEFAULT-VALUE, if non-nil, should be a \"standard\" value or list of such values, available via history commands. Note that if the user enters empty input, this function returns the empty string, -not DEFAULT-VALUE." +not DEFAULT-VALUE. + +Optional argument COLLECTION is a collection of possible completions, +suitable for use by `completing-read'." (dired-mark-pop-up nil op-symbol files 'completing-read (format prompt (dired-mark-prompt arg files))