]> git.eshelyaron.com Git - emacs.git/commitdiff
Refer to the info node on keymaps in map-keymap docstring
authorStefan Kangas <stefan@marxist.se>
Sun, 24 Oct 2021 06:08:09 +0000 (08:08 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 24 Oct 2021 06:12:12 +0000 (08:12 +0200)
* src/keymap.c (Fmap_keymap): Doc fix; add a reference to the Info
node '(elisp) Keymaps'.  (Bug#30958)

src/keymap.c

index be45d2be1e25fd3ed793b28aeba1bfdb2b7b8450..940a6f492ec828269c924305c3555ce67d53cfcc 100644 (file)
@@ -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)
 {