Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fcd58a02
Commit
fcd58a02
authored
Feb 11, 2014
by
Lars Ingebrigtsen
Browse files
* dired.el (dired-get-marked-files): Clarify doc.
Fixes: debbugs:11534
parent
581d24e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/dired.el
lisp/dired.el
+2
-1
No files found.
lisp/ChangeLog
View file @
fcd58a02
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)
...
...
lisp/dired.el
View file @
fcd58a02
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment