[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 aa030698cef: ; Fix typos in documented names of keymap-* functi
|
From: |
Eli Zaretskii |
|
Subject: |
emacs-29 aa030698cef: ; Fix typos in documented names of keymap-* functions |
|
Date: |
Mon, 3 Jul 2023 08:12:23 -0400 (EDT) |
branch: emacs-29
commit aa030698cef077d268a854ad83ab5da18a5a1017
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; Fix typos in documented names of keymap-* functions
* doc/lispref/keymaps.texi (Functions for Key Lookup): Fix typos
in function names. (Bug#64434)
---
doc/lispref/keymaps.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 6d07ad5be2c..bbf7138b5be 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -1338,7 +1338,7 @@ Used in keymaps to undefine keys. It calls @code{ding},
but does
not cause an error.
@end deffn
-@defun keymap-local-binding key &optional accept-defaults
+@defun keymap-local-lookup key &optional accept-defaults
This function returns the binding for @var{key} in the current
local keymap, or @code{nil} if it is undefined there.
@@ -1346,7 +1346,7 @@ The argument @var{accept-defaults} controls checking for
default bindings,
as in @code{keymap-lookup} (above).
@end defun
-@defun keymap-global-binding key &optional accept-defaults
+@defun keymap-global-lookup key &optional accept-defaults
This function returns the binding for command @var{key} in the
current global keymap, or @code{nil} if it is undefined there.
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 aa030698cef: ; Fix typos in documented names of keymap-* functions,
Eli Zaretskii <=