projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ee2d0
)
* lisp/subr.el (global-map): Doc fix; add cross-reference.
author
Stefan Kangas
<stefan@marxist.se>
Sat, 9 Jan 2021 11:03:12 +0000
(12:03 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 10 Jan 2021 11:51:04 +0000
(12:51 +0100)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 260202945b1b905dcb6c8a54ee63ca22b71510a6..6d3ea45c1ab2fe3a0b12a7d010386ef8f67039f2 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1330,7
+1330,9
@@
The normal global definition of the character C-x indirects to this keymap.")
map)
"Default global keymap mapping Emacs keyboard input into commands.
The value is a keymap that is usually (but not necessarily) Emacs's
-global map.")
+global map.
+
+See also `current-global-map'.")
(use-global-map global-map)
\f