Mercurial > emacs
changeset 24644:879b1ed35eef
(icomplete-mode): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 27 Apr 1999 18:58:13 +0000 |
parents | 563d3e9af0fd |
children | ba928fb691dc |
files | lisp/icomplete.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/icomplete.el Tue Apr 27 18:57:24 1999 +0000 +++ b/lisp/icomplete.el Tue Apr 27 18:58:13 1999 +0000 @@ -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