diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
commit | 5755f6d5a459f6c36dd40cf29225017ac1cf616d (patch) | |
tree | ad4be575033d7f6881a0e4453a407c5ea1646199 /lisp/icomplete.el | |
parent | 4c9bc2fadc04d66a73a9d11411d10267c8fd91e0 (diff) | |
download | emacs-5755f6d5a459f6c36dd40cf29225017ac1cf616d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r-- | lisp/icomplete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index f7c8d7c349c..a9dfbac49fc 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -78,7 +78,7 @@ 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'. +to using the function `icomplete-mode'." :set (lambda (symbol value) (icomplete-mode (if value 1 -1))) :initialize 'custom-initialize-default |