emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ac9c4ca: * lisp/subr.el (global-map): Doc fix; add cross-referenc


From: Stefan Kangas
Subject: master ac9c4ca: * lisp/subr.el (global-map): Doc fix; add cross-reference.
Date: Sun, 10 Jan 2021 06:51:34 -0500 (EST)

branch: master
commit ac9c4ca8c9456ea4e0cbfea2317579ac57b13289
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 2602029..6d3ea45 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)
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]