From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 03:47:11 +0000 (-0800) Subject: * icomplete.el (icomplete-with-completion-tables): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a54a7552bec5c535dcb8f9ca4bec990f85a32417;p=emacs.git * icomplete.el (icomplete-with-completion-tables): Doc fix. Fixes: debbugs:11654 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91a85c9b04a..dc95d6b02c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-09 Lars Ingebrigtsen + * 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). 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)))