summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-06-30 15:31:26 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-06-30 15:31:26 +0200
commit46a66c6248be20c7c3ef7f57a8f25af39b975eb6 (patch)
treee16a6ade3c6d03f3b40de7d6b02fefc2d6677b24 /lisp/emacs-lisp
parentcbf220bc31c0a00c45b22c140eda7854d81d991b (diff)
downloademacs-46a66c6248be20c7c3ef7f57a8f25af39b975eb6.tar.gz
emacs-46a66c6248be20c7c3ef7f57a8f25af39b975eb6.tar.bz2
emacs-46a66c6248be20c7c3ef7f57a8f25af39b975eb6.zip
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).
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/easy-mmode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index cc150117120..3a00fdb454d 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.