From: Stefan Kangas Date: Sun, 24 Oct 2021 06:08:09 +0000 (+0200) Subject: Refer to the info node on keymaps in map-keymap docstring X-Git-Tag: emacs-28.0.90~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e154fd9119;p=emacs.git Refer to the info node on keymaps in map-keymap docstring * src/keymap.c (Fmap_keymap): Doc fix; add a reference to the Info node '(elisp) Keymaps'. (Bug#30958) --- diff --git a/src/keymap.c b/src/keymap.c index be45d2be1e2..940a6f492ec 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -629,6 +629,9 @@ the definition it is bound to. The event may be a character range. If KEYMAP has a parent, the parent's bindings are included as well. This works recursively: if the parent has itself a parent, then the grandparent's bindings are also included and so on. + +For more information, see Info node `(elisp) Keymaps'. + usage: (map-keymap FUNCTION KEYMAP) */) (Lisp_Object function, Lisp_Object keymap, Lisp_Object sort_first) {