]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-mark-read-string): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 Apr 2012 01:52:00 +0000 (21:52 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 Apr 2012 01:52:00 +0000 (21:52 -0400)
lisp/ChangeLog
lisp/dired-aux.el

index 31caf9b6a347fa6b4f640239bc9b16e39f28bc12..4a9aee338ae8fd3a002573e5d5ca325140ba9ca5 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-17  Glenn Morris  <rgm@gnu.org>
+
+       * dired-aux.el (dired-mark-read-string): Doc fix.
+
 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * dired-aux.el (dired-mark-read-string): Offer optional completion.
index 97ff0cbd07e185f8b7b086b290a8376c00e72548..8a499c474643a7ea4c0ff341a57f858e7145ef47 100644 (file)
@@ -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))