From: Stefan Kangas Date: Thu, 13 Feb 2025 07:45:42 +0000 (+0100) Subject: ; Fix >72 character long lines in docstring X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3cfbeb3fca148a383ebe053f0107733e38cc0ba7;p=emacs.git ; Fix >72 character long lines in docstring --- 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