[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107949: * lisp/dired-aux.el (dired-m
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107949: * lisp/dired-aux.el (dired-mark-read-string): Doc fix. |
Date: |
Mon, 16 Apr 2012 21:52:00 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107949: * lisp/dired-aux.el (dired-mark-read-string): Doc fix.,
Glenn Morris <=