]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify 'read-extended-command-predicate' in NEWS
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 17 Feb 2021 11:15:07 +0000 (12:15 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 17 Feb 2021 11:15:07 +0000 (12:15 +0100)
etc/NEWS

index 943ad6ac591f7e0e9ef24f675fca3f5eb5b91ad4..b38865dd2714aba7ada4388660517d47cdc5b410 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.