Mercurial > emacs
diff src/keymap.c @ 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 | b6c62e4abf59 |
| children | b8911c8b9700 |
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\
