diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index e49c22158f9..7dfe0ac66c0 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1296,7 +1296,7 @@ KEY is a string or vector representing a sequence of keystrokes." (defun local-key-binding (keys &optional accept-default) "Return the binding for command KEYS in current local keymap only. -This is a legacy function; see `keymap-local-binding' for the +This is a legacy function; see `keymap-local-lookup' for the recommended function to use instead. KEYS is a string or vector, a sequence of keystrokes. @@ -1310,7 +1310,7 @@ about this." (defun global-key-binding (keys &optional accept-default) "Return the binding for command KEYS in current global keymap only. -This is a legacy function; see `keymap-global-binding' for the +This is a legacy function; see `keymap-global-lookup' for the recommended function to use instead. KEYS is a string or vector, a sequence of keystrokes. |