]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (global-map): Doc fix; add cross-reference.
authorStefan Kangas <stefan@marxist.se>
Sat, 9 Jan 2021 11:03:12 +0000 (12:03 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 10 Jan 2021 11:51:04 +0000 (12:51 +0100)
lisp/subr.el

index 260202945b1b905dcb6c8a54ee63ca22b71510a6..6d3ea45c1ab2fe3a0b12a7d010386ef8f67039f2 100644 (file)
@@ -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