mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(syms_of_minibuf) <minibuffer-completion-table>: Doc fix.
This commit is contained in:
parent
1961ac0f3f
commit
b2ef97149f
1 changed files with 4 additions and 4 deletions
|
|
@ -2877,10 +2877,10 @@ The value may alternatively be a function, which is given three arguments:
|
|||
STRING, the current buffer contents;
|
||||
PREDICATE, the predicate for filtering possible matches;
|
||||
CODE, which says what kind of things to do.
|
||||
CODE can be nil, t or `lambda'.
|
||||
nil means to return the best completion of STRING, or nil if there is none.
|
||||
t means to return a list of all possible completions of STRING.
|
||||
`lambda' means to return t if STRING is a valid completion as it stands. */);
|
||||
CODE can be nil, t or `lambda':
|
||||
nil -- return the best completion of STRING, or nil if there is none.
|
||||
t -- return a list of all possible completions of STRING.
|
||||
lambda -- return t if STRING is a valid completion as it stands. */);
|
||||
Vminibuffer_completion_table = Qnil;
|
||||
|
||||
DEFVAR_LISP ("minibuffer-completion-predicate", &Vminibuffer_completion_predicate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue