summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-11-01 09:39:44 -0800
committerGlenn Morris <rgm@gnu.org>2020-11-01 09:39:44 -0800
commit8761c155e43c08428054677c75781e312a728667 (patch)
treed7b6906c6fb66dcd355890a52d50904f9eb7fdf9
parentd85e0df7adaa21e20d44e7bbca62fa91272506bd (diff)
downloademacs-8761c155e43c08428054677c75781e312a728667.tar.gz
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
-rw-r--r--lisp/emacs-lisp/easy-mmode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index a5a971a6981..77f10e61c6c 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -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.