From 556c23cd1765b8069d24a7b7038ab2712636ce81 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 17 Apr 2021 09:57:01 -0400 Subject: [PATCH] * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Tweak further Suggested by Lars Ingebrigtsen . --- lisp/emacs-lisp/easy-mmode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5