mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/minibuffer.el (read-file-name): Fix a typo in the doc string.
This commit is contained in:
parent
b205d7b59d
commit
cb339ad8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -3585,7 +3585,7 @@ like the `beginning-of-buffer' command."
|
|||
|
||||
(defun read-file-name (prompt &optional dir default-filename mustmatch initial predicate)
|
||||
"Read a file name, prompting with PROMPT and completing in directory DIR.
|
||||
Retrun the file name as a string.
|
||||
Return the file name as a string.
|
||||
The return value is not expanded---you must call `expand-file-name'
|
||||
yourself.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue