]> git.eshelyaron.com Git - emacs.git/commitdiff
(icomplete-mode): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:58:13 +0000 (18:58 +0000)
committerDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:58:13 +0000 (18:58 +0000)
lisp/icomplete.el

index a9dfbac49fc7cc14bfc2947a575ba8a938d0aacc..0452971a188423c0e38a813077e2423f1390a05b 100644 (file)
@@ -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