From cd8520b9d54237af2bc59415c4471237e1f506e1 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 4 May 1993 02:33:19 +0000 Subject: [PATCH] * keymap.c (Fdefine_prefix_command): Doc fix. --- src/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keymap.c b/src/keymap.c index b2eb948be92..ea7e4aceca3 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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\