1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

* keymap.c (Fdefine_prefix_command): Doc fix.

This commit is contained in:
Jim Blandy 1993-05-04 02:33:19 +00:00
parent 806451194b
commit cd8520b9d5

View file

@ -913,7 +913,7 @@ KEY is a string representing a sequence of keystrokes.")
}
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\