1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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).
This commit is contained in:
Lars Ingebrigtsen 2021-06-30 15:31:26 +02:00
parent cbf220bc31
commit 46a66c6248

View file

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