diff options
| author | Eli Zaretskii | 2023-11-16 08:55:08 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-11-16 08:55:08 +0200 |
| commit | d72c974fd62897575e577287f3aefdabb079198d (patch) | |
| tree | 1ef0b79e4b8c882390f4f41ca223b8139f9f5850 | |
| parent | dc61c0fd3ab1d8a869fd51998762467b09453091 (diff) | |
| download | emacs-d72c974fd62897575e577287f3aefdabb079198d.tar.gz emacs-d72c974fd62897575e577287f3aefdabb079198d.zip | |
; * lisp/simple.el (minibuffer-default-add-completions): Doc fix.
| -rw-r--r-- | lisp/simple.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 02005e3b4f9..e73e37efcfa 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2990,8 +2990,8 @@ this by calling a function defined by `minibuffer-default-add-function'.") | |||
| 2990 | "Return a list of all completions without the default value. | 2990 | "Return a list of all completions without the default value. |
| 2991 | This function is used to add all elements of the completion table to | 2991 | This function is used to add all elements of the completion table to |
| 2992 | the end of the list of defaults just after the default value. | 2992 | the end of the list of defaults just after the default value. |
| 2993 | When you don't want to add initial completions to the default value, | 2993 | If you don't want to add initial completions to the default value, |
| 2994 | you can use either `minibuffer-setup-hook' or `minibuffer-with-setup-hook' | 2994 | use either `minibuffer-setup-hook' or `minibuffer-with-setup-hook' |
| 2995 | to set the value of `minibuffer-default-add-function' to nil." | 2995 | to set the value of `minibuffer-default-add-function' to nil." |
| 2996 | (let ((def minibuffer-default) | 2996 | (let ((def minibuffer-default) |
| 2997 | ;; Avoid some popular completions with undefined order | 2997 | ;; Avoid some popular completions with undefined order |