diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-25 19:57:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-25 19:57:48 +0000 |
commit | 440f2170636f89e8510ef69eeda363a9874b4fe8 (patch) | |
tree | 497f099ada5585e81fef8ec27e3f3f28acdda229 /lispref | |
parent | cbc1d92f2393bfe5f5655855fb8264eae23e9b2d (diff) | |
download | emacs-440f2170636f89e8510ef69eeda363a9874b4fe8.tar.gz |
entered into RCS
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/keymaps.texi | 5 |
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] |