]> git.eshelyaron.com Git - emacs.git/commitdiff
(icomplete-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:29:19 +0000 (21:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:29:19 +0000 (21:29 +0000)
lisp/icomplete.el

index 7609e3a11ab66189e7d351e931900a9b72da7fe0..f7c8d7c349c026f25390d0c67a5a6093b121642c 100644 (file)
 
 ;;;_* User Customization variables
 (defcustom icomplete-mode nil
-  "*Non-nil enables incremental minibuffer completion.
+  "Toggle incremental minibuffer completion.
 As text is typed into the minibuffer, prospective completions are indicated 
 in the minibuffer.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `icomplete-mode'.
   :set (lambda (symbol value)
         (icomplete-mode (if value 1 -1)))
   :initialize 'custom-initialize-default