From e154fd9119dc36dd1249ea9e372bcf8b3cae8546 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 24 Oct 2021 08:08:09 +0200 Subject: [PATCH] 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) --- src/keymap.c | 3 +++ 1 file changed, 3 insertions(+) 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) { -- 2.39.5