mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* minibuffer.el (read-file-name): Doc clarification.
Fixes: debbugs:15096
This commit is contained in:
parent
8acaaad7bd
commit
dd7aafbbf0
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
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).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Value is not expanded---you must call `expand-file-name' yourself.
|
||||
The return value 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue