1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 15:41:27 -08:00

(icomplete-simple-completing-p): Mention the previous variable.

This commit is contained in:
Lars Ingebrigtsen 2014-02-08 19:49:02 -08:00
parent a54a7552be
commit c359b7bd77
2 changed files with 3 additions and 1 deletions

View 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).

View 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)))