1
Fork 0
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:
Richard M. Stallman 2006-02-02 16:34:58 +00:00
parent 59e5873859
commit ece9f5cc23

View file

@ -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