From: Stefan Kangas Date: Sat, 9 Jan 2021 11:03:12 +0000 (+0100) Subject: * lisp/subr.el (global-map): Doc fix; add cross-reference. X-Git-Tag: emacs-28.0.90~4325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac9c4ca8c9456ea4e0cbfea2317579ac57b13289;p=emacs.git * lisp/subr.el (global-map): Doc fix; add cross-reference. --- diff --git a/lisp/subr.el b/lisp/subr.el index 260202945b1..6d3ea45c1ab 100644 --- 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)