]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the minor mode doc strings say that they're minor modes
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Jun 2021 13:31:26 +0000 (15:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Jun 2021 13:31:26 +0000 (15:31 +0200)
* 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

index cc150117120ac40434905116282d619bde7e61d5..3a00fdb454d6bf0a2c02c3043c6b8ed7b2e6a5a8 100644 (file)
@@ -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.