diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-09-25 18:57:17 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-09-25 18:57:17 +0300 |
commit | 426675a9596e55ac16706b26fdbe4fc5da9bc3fc (patch) | |
tree | 4e4afad32f051b9f69a9eee6d26edb2f7cc27b0f /lisp/emacs-lisp | |
parent | 0b7af608c9ddccea4d11adb77dd41a02f705e054 (diff) | |
parent | 293b8c71b2d56afdbe9379b00e21a58479fc09a8 (diff) | |
download | emacs-426675a9596e55ac16706b26fdbe4fc5da9bc3fc.tar.gz emacs-426675a9596e55ac16706b26fdbe4fc5da9bc3fc.tar.bz2 emacs-426675a9596e55ac16706b26fdbe4fc5da9bc3fc.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index dfbae746cc1..0e4d6eeb7bb 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -163,8 +163,8 @@ BODY contains code to execute each time the mode is enabled or disabled. Not used if you also specify :variable. :lighter SPEC Text displayed in the mode line when the mode is on. :keymap MAP Keymap bound to the mode keymap. Defaults to `MODE-map'. - If non-nil, it should be a variable name (whose value is - a keymap), or an expression that returns either a keymap or + 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 |