mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
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)
This commit is contained in:
parent
4fd5c8df67
commit
e154fd9119
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue