emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107949: * lisp/dired-aux.el (dire


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107949: * lisp/dired-aux.el (dired-mark-read-string): Doc fix.
Date: Fri, 02 Nov 2012 02:20:21 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 107949
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-16 21:52:00 -0400
message:
  * lisp/dired-aux.el (dired-mark-read-string): Doc fix.
modified:
  lisp/ChangeLog
  lisp/dired-aux.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-17 01:49:40 +0000
+++ b/lisp/ChangeLog    2012-04-17 01:52:00 +0000
@@ -1,3 +1,7 @@
+2012-04-17  Glenn Morris  <address@hidden>
+
+       * dired-aux.el (dired-mark-read-string): Doc fix.
+
 2012-04-17  Dmitry Antipov  <address@hidden>
 
        * dired-aux.el (dired-mark-read-string): Offer optional completion.

=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2012-04-17 01:49:40 +0000
+++ b/lisp/dired-aux.el 2012-04-17 01:52:00 +0000
@@ -401,7 +401,10 @@
 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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]