summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
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