emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116361: (icomplete-simple-completing-p): Mention th


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116361: (icomplete-simple-completing-p): Mention the previous variable.
Date: Sun, 09 Feb 2014 03:50:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116361
revision-id: address@hidden
parent: address@hidden
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 19:49:02 -0800
message:
  (icomplete-simple-completing-p): Mention the previous variable.
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:47:11 +0000
+++ b/lisp/ChangeLog    2014-02-09 03:49:02 +0000
@@ -1,6 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
        * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
+       (icomplete-simple-completing-p): Mention the previous variable.
 
        * 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-02-09 03:47:11 +0000
+++ b/lisp/icomplete.el 2014-02-09 03:49:02 +0000
@@ -237,7 +237,8 @@
    and not in the middle of macro execution,
    and the completion table is not a function (which would
        indicate some non-standard, non-simple completion mechanism,
-       like file-name and other custom-func completions)."
+       like file-name and other custom-func completions),
+   and `icomplete-with-completion-tables' doesn't restrict completion."
 
   (unless executing-kbd-macro
     (let ((table (icomplete--completion-table)))


reply via email to

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