diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-16 16:24:39 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-16 16:24:53 +0200 |
commit | 1c495aff71fc798b7b9663c3a35055badafded97 (patch) | |
tree | 1b19d904771f14b0f11a4380f6a93930179d8828 /etc | |
parent | d53c999b4ad7bc1f730875ae3d1af9d11895807c (diff) | |
download | emacs-1c495aff71fc798b7b9663c3a35055badafded97.tar.gz emacs-1c495aff71fc798b7b9663c3a35055badafded97.tar.bz2 emacs-1c495aff71fc798b7b9663c3a35055badafded97.zip |
Clarify when mode tagging is used
* etc/NEWS: Clarify when mode tagging is used (bug#54964).
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |