emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 1c495aff71 2/2: Clarify when mode tagging is used


From: Lars Ingebrigtsen
Subject: emacs-28 1c495aff71 2/2: Clarify when mode tagging is used
Date: Sat, 16 Apr 2022 10:25:01 -0400 (EDT)

branch: emacs-28
commit 1c495aff71fc798b7b9663c3a35055badafded97
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify when mode tagging is used
    
    * etc/NEWS: Clarify when mode tagging is used (bug#54964).
---
 etc/NEWS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 7fb8e8dce8..4996029199 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3240,12 +3240,13 @@ completing on commands from buffers in major modes 
derived from
 MODE..., or, if it's a minor mode, when that minor mode is enabled in
 the current buffer.
 
-Note that these forms will only have their effect if the
+Note that these forms will only have their effect for 'M-x' if the
 'read-extended-command-predicate' user option is customized to call
 'command-completion-default-include-p' or a similar function.  The
 default value of 'read-extended-command-predicate' is nil, which means
 no commands that match what you have typed are excluded from being
-completion candidates.
+completion candidates.  The forms will, however, be used by 'M-S-x' by
+default.
 
 ** 'define-minor-mode' now takes an ':interactive' argument.
 This can be used for specifying which modes this minor mode is meant



reply via email to

[Prev in Thread] Current Thread [Next in Thread]