]> git.eshelyaron.com Git - emacs.git/commitdiff
; Doc fix for legacy keymap functions
authorStefan Kangas <stefankangas@gmail.com>
Sat, 15 Mar 2025 18:36:51 +0000 (19:36 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 16 Mar 2025 16:33:18 +0000 (17:33 +0100)
* doc/lispref/keymaps.texi (Low-Level Key Binding): Add new alternatives
for two more legacy functions.

(cherry picked from commit dcf3916e558d974aef6516e5709379fa3c762832)

doc/lispref/keymaps.texi

index 76c5528952d4971cb78f26ad32281bc6fca1d75f..61e7398067a8a700f378a0a4cb8f1369541ca90e 100644 (file)
@@ -1844,6 +1844,8 @@ local keymap, or @code{nil} if it is undefined there.
 
 The argument @var{accept-defaults} controls checking for default bindings,
 as in @code{lookup-key} (above).
+
+Use @code{keymap-local-lookup} instead of this function.
 @end defun
 
 @defun global-key-binding key &optional accept-defaults
@@ -1852,6 +1854,8 @@ current global keymap, or @code{nil} if it is undefined there.
 
 The argument @var{accept-defaults} controls checking for default bindings,
 as in @code{lookup-key} (above).
+
+Use @code{keymap-global-lookup} instead of this function.
 @end defun
 
 @defun event-convert-list list