mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(Basic Completion): Completion alists are risky.
This commit is contained in:
parent
59e5873859
commit
ece9f5cc23
1 changed files with 4 additions and 0 deletions
|
|
@ -583,6 +583,10 @@ themselves to do with minibuffers. We describe them in this chapter
|
|||
so as to keep them near the higher-level completion features that do
|
||||
use the minibuffer.
|
||||
|
||||
If you store a completion alist in a variable, you should mark the
|
||||
variable as ``risky'' with a non-@code{nil}
|
||||
@code{risky-local-variable} property.
|
||||
|
||||
@defun try-completion string collection &optional predicate
|
||||
This function returns the longest common substring of all possible
|
||||
completions of @var{string} in @var{collection}. The value of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue