From: Richard M. Stallman Date: Thu, 26 Jan 2006 17:54:27 +0000 (+0000) Subject: (lazy-completion-table): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8299f39695055ea59e604e7ed849dd2a65a9429c;p=emacs.git (lazy-completion-table): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index ac917a10550..d335a1d4e0f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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