* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
This commit is contained in:
parent
d85e0df7ad
commit
8761c155e4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue