* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Tweak further
Suggested by Lars Ingebrigtsen <larsi@gnus.org>.
This commit is contained in:
parent
c7555f037a
commit
556c23cd17
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ For backward compatibility with the Emacs<21 calling convention,
|
|||
the keywords can also be preceded by the obsolete triplet
|
||||
INIT-VALUE LIGHTER KEYMAP.
|
||||
|
||||
\(fn MODE DOC [KEYWORD VAL ...] &rest BODY)"
|
||||
\(fn MODE DOC [KEYWORD VAL ... &rest BODY])"
|
||||
(declare (doc-string 2)
|
||||
(debug (&define name string-or-null-p
|
||||
[&optional [¬ keywordp] sexp
|
||||
|
|
Loading…
Add table
Reference in a new issue