; Fix >72 character long lines in docstring
authorStefan Kangas <stefankangas@gmail.com>
Thu, 13 Feb 2025 07:45:42 +0000 (08:45 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 13 Feb 2025 07:45:42 +0000 (08:45 +0100)
lisp/minibuffer.el

index 07e64ca3c6dd8fcd817620fdfa9e8f4ec6b3f8e4..f19fe241bfb2f84ee23d3b7415e74092282f8e94 100644 (file)
@@ -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