From: Karl Heuer Date: Tue, 30 Mar 1999 21:29:19 +0000 (+0000) Subject: (icomplete-mode): Doc fix. X-Git-Tag: emacs-20.4~407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1c501a94e9b05b0b7159a02fe17faea9d328601;p=emacs.git (icomplete-mode): Doc fix. --- diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 7609e3a11ab..f7c8d7c349c 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -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