]> git.eshelyaron.com Git - emacs.git/commitdiff
(lazy-completion-table): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Jan 2006 17:54:27 +0000 (17:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Jan 2006 17:54:27 +0000 (17:54 +0000)
lisp/subr.el

index ac917a105502f655a27c5dd18816ad26523cbca5..d335a1d4e0f13978662dd7cedb91ccb3c40ccf1d 100644 (file)
@@ -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