mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
* dired.el (dired-get-marked-files): Clarify doc.
Fixes: debbugs:11534
This commit is contained in:
parent
581d24e701
commit
fcd58a0299
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* dired.el (dired-get-marked-files): Clarify doc (bug#11534).
|
||||
|
||||
2014-02-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
|
||||
|
|
|
|||
|
|
@ -634,7 +634,8 @@ Optional second argument ARG, if non-nil, specifies files near
|
|||
point instead of marked files. It usually comes from the prefix
|
||||
argument.
|
||||
If ARG is an integer, use the next ARG files.
|
||||
Any other value means to use the current file instead.
|
||||
If ARG is any other non-nil value, return the current file name.
|
||||
If no files are marked, and ARG is nil, also return the current file name.
|
||||
Optional third argument FILTER, if non-nil, is a function to select
|
||||
some of the files--those for which (funcall FILTER FILENAME) is non-nil.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue