From 32f4453797d2f9253d7b32c5ddecabe9b2878041 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 2 Mar 2000 22:05:43 +0000 Subject: [PATCH] define-key-after change --- lispref/keymaps.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 3dfc2576cac..23f31a7c4bf 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -2209,15 +2209,15 @@ the binding for the event @var{after}. The argument @var{key} should be of length one---a vector or string with just one element. But @var{after} should be a single event type---a symbol or a character, not a sequence. The new binding goes after the binding for @var{after}. If -@var{after} is @code{t} or omitted, then the new binding goes last, at -the end of the keymap. New bindings are added before any inherited -keymap. +@var{after} is @code{t} or is omitted, then the new binding goes last, at +the end of the keymap. However, new bindings are added before any +inherited keymap. Here is an example: @example (define-key-after my-menu [drink] - '("Drink" . drink-command) 'eat) + '("Drink" . drink-command) 'eat) @end example @noindent -- 2.39.5