mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(easy-mmode-define-minor-mode): Add missing format arg.
This commit is contained in:
parent
556a263f57
commit
3d1ef62e40
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ in order to build a valid keymap.
|
|||
\(defmacro easy-mmode-define-minor-mode
|
||||
(MODE DOC &optional INIT-VALUE LIGHTER KEYMAP)...\)"
|
||||
(let* ((mode-name (symbol-name mode))
|
||||
(mode-doc (format "Non-nil if %s mode is enabled."))
|
||||
(mode-doc (format "Non-nil if %s mode is enabled." mode-name))
|
||||
(keymap-name (concat mode-name "-map"))
|
||||
(keymap-doc (format "Keymap for %s mode." mode-name)))
|
||||
`(progn
|
||||
|
|
|
|||
Loading…
Reference in a new issue