Mercurial > emacs
changeset 2652:90485f37bfc3
* keymap.c (Fdefine_prefix_command): Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 04 May 1993 02:33:19 +0000 |
parents | d3f05a05fe2a |
children | d547e1a7eb9b |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Tue May 04 02:32:22 1993 +0000 +++ b/src/keymap.c Tue May 04 02:33:19 1993 +0000 @@ -913,7 +913,7 @@ } DEFUN ("define-prefix-command", Fdefine_prefix_command, Sdefine_prefix_command, 1, 2, 0, - "Define COMMAND as a prefix command.\n\ + "Define COMMAND as a prefix command. COMMAND should be a symbol.\n\ A new sparse keymap is stored as COMMAND's function definition and its value.\n\ If a second optional argument MAPVAR is given, the map is stored as\n\ its value instead of as COMMAND's value; but COMMAND is still defined\n\