* 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 31caf9b..4a9aee3 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 97ff0cb..8a499c4 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))