1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* dired.el (dired-get-marked-files): Clarify doc.

Fixes: debbugs:11534
This commit is contained in:
Lars Ingebrigtsen 2014-02-11 03:16:38 -08:00
parent 581d24e701
commit fcd58a0299
2 changed files with 6 additions and 1 deletions

View file

@ -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.