emacs-diffs
[Top][All Lists]
Advanced

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

master d8eae291e5: Merge from origin/emacs-28


From: Stefan Kangas
Subject: master d8eae291e5: Merge from origin/emacs-28
Date: Thu, 20 Oct 2022 00:45:28 -0400 (EDT)

branch: master
commit d8eae291e5a5e6d1285d6606acc1d86fe275b149
Merge: 56c63ca21b 4b2c83eeaf
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Merge from origin/emacs-28
    
    4b2c83eeaf ; * doc/lispref/modes.texi (Defining Minor Modes): Explain...
---
 doc/lispref/modes.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 73c5fcd44d..434538dcbf 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -1851,7 +1851,9 @@ to enable or disable the buffer-local minor mode 
@var{mode} in all (or
 some; see below) buffers.  It also executes the @var{body} forms.  To
 turn on the minor mode in a buffer, it uses the function
 @var{turn-on}; to turn off the minor mode, it calls @var{mode} with
-@minus{}1 as argument.
+@minus{}1 as argument.  (The function @var{turn-on} is a separate
+function so it could determine whether to enable the minor mode or not
+when it is not a priori clear that it should always be enabled.)
 
 Globally enabling the mode also affects buffers subsequently created
 by visiting files, and buffers that use a major mode other than



reply via email to

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