mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
Fix syntax error in define-keymap doc string
* lisp/subr.el (define-keymap): Fix syntax error in (fn.
This commit is contained in:
parent
882a59408e
commit
19444fb093
@ -6491,7 +6491,7 @@ KEY/DEFINITION pairs are as KEY and DEF in `define-key'. KEY can
|
||||
also be the special symbol `:menu', in which case DEFINITION
|
||||
should be a MENU form as accepted by `easy-menu-define'.
|
||||
|
||||
\n(fn [&key FULL PARENT SUPPRESS NAME PREFIX KEYMAP] [KEY DEFINITION] ...)"
|
||||
\(fn (&key FULL PARENT SUPPRESS NAME PREFIX KEYMAP) &rest [KEY DEFINITION]...)"
|
||||
;; Handle keywords.
|
||||
(let ((options nil))
|
||||
(while (and definitions
|
||||
|
Loading…
Reference in New Issue
Block a user