# HG changeset patch # User Richard M. Stallman # Date 1138298067 0 # Node ID d2b4af1c4fef9ed81f52ad29a865e98ac2723f94 # Parent 38032f41ea5b2c018783ad28eb383bc29f8e8020 (lazy-completion-table): Doc fix. diff -r 38032f41ea5b -r d2b4af1c4fef lisp/subr.el --- 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