projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882a594
)
Fix syntax error in define-keymap doc string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 4 Oct 2021 19:02:23 +0000
(21:02 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 4 Oct 2021 19:02:23 +0000
(21:02 +0200)
* lisp/subr.el (define-keymap): Fix syntax error in (fn.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index c3dbe8df800933d9ad9d89bec7883c68af0b6b21..e4819c4b2bd4ca6e9de8618c6edda960d8b0c9fe 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-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