From: Dave Love Date: Tue, 27 Apr 1999 18:58:13 +0000 (+0000) Subject: (icomplete-mode): Doc fix. X-Git-Tag: emacs-20.4~305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73a3ea5a14189316c15a8b1d99d53be824ba5bc2;p=emacs.git (icomplete-mode): Doc fix. --- diff --git a/lisp/icomplete.el b/lisp/icomplete.el index a9dfbac49fc..0452971a188 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -77,8 +77,8 @@ "Toggle incremental minibuffer completion. As text is typed into the minibuffer, prospective completions are indicated in the minibuffer. -This variable should be set only with \\[customize], which is equivalent -to using the function `icomplete-mode'." +Setting this variable directly does not take effect; +use either \\[customize] or the function `icomplete-mode'." :set (lambda (symbol value) (icomplete-mode (if value 1 -1))) :initialize 'custom-initialize-default