Clarify 'read-extended-command-predicate' in NEWS

This commit is contained in:
Lars Ingebrigtsen 2021-02-17 12:15:07 +01:00
parent b3e34643c4
commit 06f8407ee6

View file

@ -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.