]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (minibuffer-default-add-completions): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Nov 2023 06:55:08 +0000 (08:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Nov 2023 06:55:08 +0000 (08:55 +0200)
lisp/simple.el

index 02005e3b4f9a83fba045cec81c3847e5beaeeac7..e73e37efcfaca224d289a98875c3df119ff3efe5 100644 (file)
@@ -2990,8 +2990,8 @@ this by calling a function defined by `minibuffer-default-add-function'.")
   "Return a list of all completions without the default value.
 This function is used to add all elements of the completion table to
 the end of the list of defaults just after the default value.
-When you don't want to add initial completions to the default value,
-you can use either `minibuffer-setup-hook' or `minibuffer-with-setup-hook'
+If you don't want to add initial completions to the default value,
+use either `minibuffer-setup-hook' or `minibuffer-with-setup-hook'
 to set the value of `minibuffer-default-add-function' to nil."
   (let ((def minibuffer-default)
         ;; Avoid some popular completions with undefined order