summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-25 19:57:48 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-25 19:57:48 +0000
commitb29554179812254d73039ca9b366d080d51969a6 (patch)
treef137d0f81f182f9d7bff270d931e4aa7b46c50d3
parent27f338afea8cb9a93b37e9dd524f4b83e66ce19a (diff)
downloademacs-b29554179812254d73039ca9b366d080d51969a6.tar.gz
entered into RCS
-rw-r--r--lispref/keymaps.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index 02bada65bce..d100b2b16ea 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -1638,7 +1638,10 @@ the menu. To put it elsewhere, use @code{define-key-after}:
@defun define-key-after map key binding after
Define a binding in @var{map} for @var{key}, with value @var{binding},
just like @code{define-key}, but position the binding in @var{map} after
-the binding for the event @var{after}. For example,
+the binding for the event @var{after}. The argument @var{key} should
+be of length one---a vector or string with just one element.
+
+For example,
@example
(define-key-after my-menu [drink]