changeset 24542:f1206b87ffc8

(icomplete-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:29:19 +0000
parents 46168d8a4a10
children de478a2ca2b7
files lisp/icomplete.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/icomplete.el	Tue Mar 30 21:29:00 1999 +0000
+++ b/lisp/icomplete.el	Tue Mar 30 21:29:19 1999 +0000
@@ -74,10 +74,11 @@
 
 ;;;_* 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