diff options
author | Glenn Morris <rgm@gnu.org> | 2020-11-01 09:39:44 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-11-01 09:39:44 -0800 |
commit | 8761c155e43c08428054677c75781e312a728667 (patch) | |
tree | d7b6906c6fb66dcd355890a52d50904f9eb7fdf9 /lisp/emacs-lisp | |
parent | d85e0df7adaa21e20d44e7bbca62fa91272506bd (diff) | |
download | emacs-8761c155e43c08428054677c75781e312a728667.tar.gz emacs-8761c155e43c08428054677c75781e312a728667.tar.bz2 emacs-8761c155e43c08428054677c75781e312a728667.zip |
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 2 |
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. |