diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-17 12:15:07 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-17 12:15:07 +0100 |
commit | 06f8407ee67b7b19302ff94e3d142c581ba1e25f (patch) | |
tree | 3ac4be0aaf7633171e8d534a9a845f1ec6f86539 | |
parent | b3e34643c41399239f4846c28221b678804e370b (diff) | |
download | emacs-06f8407ee67b7b19302ff94e3d142c581ba1e25f.tar.gz emacs-06f8407ee67b7b19302ff94e3d142c581ba1e25f.tar.bz2 emacs-06f8407ee67b7b19302ff94e3d142c581ba1e25f.zip |
Clarify 'read-extended-command-predicate' in NEWS
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -254,7 +254,9 @@ commands. The new keystrokes are 'C-x x g' ('revert-buffer'), +++ ** New user option 'read-extended-command-predicate'. This option controls how 'M-x TAB' performs completions. The default -predicate excludes modes for which the command is not applicable. +predicate excludes commands that are not applicable to the current +major and minor modes, and also respects the command's completion +predicate (if any). --- ** 'eval-expression' now no longer signals an error on incomplete expressions. |