* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.

This commit is contained in:
Glenn Morris 2020-11-01 09:39:44 -08:00
parent d85e0df7ad
commit 8761c155e4

View file

@ -88,7 +88,7 @@ If called interactively, toggle `%s'. 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 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.
All other values will disable the mode.