]> git.eshelyaron.com Git - emacs.git/commitdiff
* icomplete.el (icomplete-with-completion-tables): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:47:11 +0000 (19:47 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:47:11 +0000 (19:47 -0800)
Fixes: debbugs:11654
lisp/ChangeLog
lisp/icomplete.el

index 91a85c9b04aa42989c253f0764efc6aec77b4590..dc95d6b02c3ee4cf8397f9073a2a6f2c44eb0e1e 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
+
        * font-lock.el (font-lock-value-in-major-mode): Clarify the
        meaning of the parameter (bug#12282).
 
index e3635a6216e264f994f700e2a44cd42584008bc2..c3e9c67867640c97bdafcfdc59aa2695d8db30db 100644 (file)
@@ -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)))