projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e52739c
)
; * lisp/emacs-lisp/shortdoc.el (keymaps): Fix typo.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 12 Dec 2021 08:04:11 +0000
(09:04 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 12 Dec 2021 08:04:47 +0000
(09:04 +0100)
lisp/emacs-lisp/shortdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/shortdoc.el
b/lisp/emacs-lisp/shortdoc.el
index 5c51e257eb0e5510c4b1bcca552a553a0634c0f7..b9e000cc05f6a20779c2bff1c7334ffc35297559 100644
(file)
--- a/
lisp/emacs-lisp/shortdoc.el
+++ b/
lisp/emacs-lisp/shortdoc.el
@@
-1232,7
+1232,7
@@
There can be any number of :example/:result elements."
(define-keymap
:no-eval (define-keymap "C-c C-c" #'quit-buffer))
(defvar-keymap
- :no-eval (defvar-keymap my-keymap "C-c C-c"
map
#'quit-buffer))
+ :no-eval (defvar-keymap my-keymap "C-c C-c" #'quit-buffer))
"Setting keys"
(keymap-set
:no-eval (keymap-set map "C-c C-c" #'quit-buffer))