emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116360: * icomplete.el (icomplete-with-completion-t


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116360: * icomplete.el (icomplete-with-completion-tables): Doc fix.
Date: Sun, 09 Feb 2014 03:48:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116360
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/11654
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 19:47:11 -0800
message:
  * icomplete.el (icomplete-with-completion-tables): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/icomplete.el              
icomplete.el-20091113204419-o5vbwnq5f7feedwu-643
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 03:25:19 +0000
+++ b/lisp/ChangeLog    2014-02-09 03:47:11 +0000
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/icomplete.el'
--- a/lisp/icomplete.el 2014-01-01 07:43:34 +0000
+++ b/lisp/icomplete.el 2014-02-09 03:47:11 +0000
@@ -150,8 +150,9 @@
 (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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]