Skip to content

Commit

Permalink
Refer to the info node on keymaps in map-keymap docstring
Browse files Browse the repository at this point in the history
* src/keymap.c (Fmap_keymap): Doc fix; add a reference to the Info
node '(elisp) Keymaps'.  (Bug#30958)
  • Loading branch information
skangas committed Oct 24, 2021
1 parent 4fd5c8d commit e154fd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/keymap.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit e154fd9

Please sign in to comment.