changeset 68400:d2b4af1c4fef

(lazy-completion-table): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Jan 2006 17:54:27 +0000
parents 38032f41ea5b
children b393baae88e0
files lisp/subr.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Thu Jan 26 17:54:01 2006 +0000
+++ b/lisp/subr.el	Thu Jan 26 17:54:27 2006 +0000
@@ -2274,7 +2274,9 @@
 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