From 3cfbeb3fca148a383ebe053f0107733e38cc0ba7 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 13 Feb 2025 08:45:42 +0100 Subject: [PATCH] ; Fix >72 character long lines in docstring --- lisp/minibuffer.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 07e64ca3c6d..f19fe241bfb 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -3474,7 +3474,8 @@ like the `beginning-of-buffer' command." (defun read-file-name (prompt &optional dir default-filename mustmatch initial predicate) "Read file name, prompting with PROMPT and completing in directory DIR. -The return 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 @@ -3508,8 +3509,8 @@ Fourth arg MUSTMATCH can take the following values: input unquoted by `substitute-in-file-name', which see. If the function returns a non-nil value, the minibuffer is exited with that argument as the value. -- anything else behaves like t except that typing RET does not exit if it - does non-null completion. +- anything else behaves like t except that typing RET does not exit if + it does non-null completion. Fifth arg INITIAL specifies text to start with. It will be interpreted as the trailing part of DEFAULT-FILENAME, so using a -- 2.30.2