summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2014-02-08 19:47:11 -0800
committerLars Ingebrigtsen <larsi@gnus.org>2014-02-08 19:47:11 -0800
commita54a7552bec5c535dcb8f9ca4bec990f85a32417 (patch)
treebc9feee8798a73558399ae08d9ef6ca3e0d04528 /lisp/icomplete.el
parentb8f2e9d2ae257ad4edc68228205c2e8c0d4a4d44 (diff)
downloademacs-a54a7552bec5c535dcb8f9ca4bec990f85a32417.tar.gz
* icomplete.el (icomplete-with-completion-tables): Doc fix.
Fixes: debbugs:11654
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index e3635a6216e..c3e9c678676 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -150,8 +150,9 @@ icompletion is occurring."
(defcustom icomplete-with-completion-tables t
"Specialized completion tables with which icomplete should operate.
-Icomplete does not operate with any specialized completion tables
-except those on this list."
+If this variable is a list, Icomplete will not operate with any
+specialized completion tables except those on this list. If this
+variable is t, it won't restrict completion tables."
:version "24.4"
:type '(choice (const :tag "All" t)
(repeat function)))