diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-03 21:21:42 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-03 21:21:42 +0000 |
commit | 62f20204b7f740042e4e34c651c8f1d9e1aa07c1 (patch) | |
tree | 9e4c35961f70b68da5fdcb9fe2dd2b39d602b255 /lispref | |
parent | 92d8844ebed3a174abad28bceede2a45fced32d5 (diff) | |
download | emacs-62f20204b7f740042e4e34c651c8f1d9e1aa07c1.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/keymaps.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 23f31a7c4bf..eef616b8a79 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -465,7 +465,7 @@ active keymap. @defun define-prefix-command symbol &optional mapvar prompt @cindex prefix command This function prepares @var{symbol} for use as a prefix key's binding: -it creates a full keymap and stores it as @var{symbol}'s function +it creates a sparse keymap and stores it as @var{symbol}'s function definition. Subsequently binding a key sequence to @var{symbol} will make that key sequence into a prefix key. The return value is @code{symbol}. |