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
dd7aafbb
Commit
dd7aafbb
authored
Feb 07, 2014
by
Lars Ingebrigtsen
Browse files
* minibuffer.el (read-file-name): Doc clarification.
Fixes: debbugs:15096
parent
8acaaad7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/minibuffer.el
lisp/minibuffer.el
+1
-1
No files found.
lisp/ChangeLog
View file @
dd7aafbb
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* minibuffer.el (read-file-name): Doc clarification (bug#15096).
* files.el (file-relative-name): Doc fix (bug#15159).
* fringe.el (fringe-styles): Doc fix (bug#15239).
...
...
lisp/minibuffer.el
View file @
dd7aafbb
...
...
@@ -2395,7 +2395,7 @@ such as making the current buffer visit no file in the case of
(
defun
read-file-name
(
prompt
&optional
dir
default-filename
mustmatch
initial
predicate
)
"Read file name, prompting with PROMPT and completing in directory DIR.
V
alue is not expanded---you must call `expand-file-name' yourself.
The return v
alue is not expanded---you must call `expand-file-name' yourself.
DIR is the directory to use for completing relative file names.
It should be an absolute directory name, or nil (which means the
...
...
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