From ac9c4ca8c9456ea4e0cbfea2317579ac57b13289 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 9 Jan 2021 12:03:12 +0100 Subject: [PATCH] * lisp/subr.el (global-map): Doc fix; add cross-reference. --- lisp/subr.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5