From 73283a3a37a7df41a0a1ab9d88bcf31704e9e841 Mon Sep 17 00:00:00 2001 From: Michael Heerdegen Date: Tue, 1 Mar 2022 02:13:14 +0100 Subject: [PATCH] WIP: Fix #54161 --- lisp/emacs-lisp/easy-mmode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 688c76e0c5..b35be58b3a 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -168,9 +168,9 @@ define-minor-mode If non-nil, it should be an unquoted variable name (whose value is a keymap), or an expression that returns either a keymap or a list of (KEY . BINDING) pairs where KEY and BINDING are - suitable for `define-key'. If you supply a KEYMAP argument - that is not a symbol, this macro defines the variable MODE-map - and gives it the value that KEYMAP specifies. + suitable values for `define-key'. If you supply a KEYMAP + argument that is not a symbol, this macro defines the + variable MODE-map and gives it the value that KEYMAP specifies. :interactive VAL Whether this mode should be a command or not. The default is to make it one; use nil to avoid that. If VAL is a list, it's interpreted as a list of major modes this minor mode -- 2.30.2