]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
authorGlenn Morris <rgm@gnu.org>
Sun, 1 Nov 2020 17:39:44 +0000 (09:39 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 1 Nov 2020 17:39:44 +0000 (09:39 -0800)
lisp/emacs-lisp/easy-mmode.el

index a5a971a6981fafb2a4f6e162197c019547e3bba1..77f10e61c6cb810c3af405bd39535b91f101c5f7 100644 (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.