summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
committerKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
commit25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch)
tree36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/icomplete.el
parent495a3f8d9e7c4471d649875ac40700830422f553 (diff)
downloademacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el2
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