summaryrefslogtreecommitdiff
path: root/lispref/keymaps.texi
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
commit440f2170636f89e8510ef69eeda363a9874b4fe8 (patch)
tree497f099ada5585e81fef8ec27e3f3f28acdda229 /lispref/keymaps.texi
parentcbc1d92f2393bfe5f5655855fb8264eae23e9b2d (diff)
downloademacs-440f2170636f89e8510ef69eeda363a9874b4fe8.tar.gz
entered into RCS
Diffstat (limited to 'lispref/keymaps.texi')
-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]