From cb339ad8f4e386505f1eae9e45c4162feea61f53 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 10 Apr 2025 09:36:17 +0300 Subject: [PATCH] ; * lisp/minibuffer.el (read-file-name): Fix a typo in the doc string. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index d7ee7a8205a..6ad95f209ee 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -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.