emacs-diffs
[Top][All Lists]
Advanced

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

master 46a66c6: Make the minor mode doc strings say that they're minor m


From: Lars Ingebrigtsen
Subject: master 46a66c6: Make the minor mode doc strings say that they're minor modes
Date: Wed, 30 Jun 2021 09:31:33 -0400 (EDT)

branch: master
commit 46a66c6248be20c7c3ef7f57a8f25af39b975eb6
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make the minor mode doc strings say that they're minor modes
    
    * lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring):
    Mention that this is a minor mode (bug#20462).
---
 lisp/emacs-lisp/easy-mmode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index cc15011..3a00fdb 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -84,9 +84,9 @@ replacing its case-insensitive matches with the literal 
string in LIGHTER."
 (defconst easy-mmode--arg-docstring
   "
 
-If called interactively, toggle `%s'.  If the prefix argument is
-positive, enable the mode, and if it is zero or negative, disable
-the mode.
+This is a minor mode.  If called interactively, toggle the `%s'
+mode.  If the prefix argument is positive, enable the mode, and
+if it is zero or negative, disable the mode.
 
 If called from Lisp, toggle the mode if ARG is `toggle'.
 Enable the mode if ARG is nil, omitted, or is a positive number.



reply via email to

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