1
Fork 0
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:
Eli Zaretskii 2025-04-10 09:36:17 +03:00
parent b205d7b59d
commit cb339ad8f4

View file

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