diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-04-17 09:57:01 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-04-17 09:57:01 -0400 |
commit | 556c23cd1765b8069d24a7b7038ab2712636ce81 (patch) | |
tree | d1b96a50812cb43a6651eb10422145f8f8531960 /lisp/emacs-lisp/easy-mmode.el | |
parent | c7555f037ae7194fc331fb65c34c280680028b80 (diff) | |
download | emacs-556c23cd1765b8069d24a7b7038ab2712636ce81.tar.gz |
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Tweak further
Suggested by Lars Ingebrigtsen <larsi@gnus.org>.
Diffstat (limited to 'lisp/emacs-lisp/easy-mmode.el')
-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 0e4bfa86e2e..2dd1524a71e 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -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 |