mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(lazy-completion-table): Doc fix.
This commit is contained in:
parent
9b45278627
commit
8299f39695
@ -2274,7 +2274,9 @@ as an argument to `try-completion'), the function FUN is called with no
|
||||
arguments. FUN must return the completion table that will be stored in VAR.
|
||||
If completion is requested in the minibuffer, FUN will be called in the buffer
|
||||
from which the minibuffer was entered. The return value of
|
||||
`lazy-completion-table' must be used to initialize the value of VAR."
|
||||
`lazy-completion-table' must be used to initialize the value of VAR.
|
||||
|
||||
You should give VAR a non-nil `risky-local-variable' property."
|
||||
(declare (debug (symbol lambda-expr)))
|
||||
(let ((str (make-symbol "string")))
|
||||
`(dynamic-completion-table
|
||||
|
Loading…
Reference in New Issue
Block a user