(icomplete-simple-completing-p): Mention the previous variable.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:49:02 +0000 (19:49 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 03:49:02 +0000 (19:49 -0800)
lisp/ChangeLog
lisp/icomplete.el

index dc95d6b..dae6198 100644 (file)
@@ -1,6 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * 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).
index c3e9c67..a02a156 100644 (file)
@@ -237,7 +237,8 @@ Conditions are:
    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)))