aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
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.")
913} 913}
914 914
915DEFUN ("define-prefix-command", Fdefine_prefix_command, Sdefine_prefix_command, 1, 2, 0, 915DEFUN ("define-prefix-command", Fdefine_prefix_command, Sdefine_prefix_command, 1, 2, 0,
916 "Define COMMAND as a prefix command.\n\ 916 "Define COMMAND as a prefix command. COMMAND should be a symbol.\n\
917A new sparse keymap is stored as COMMAND's function definition and its value.\n\ 917A new sparse keymap is stored as COMMAND's function definition and its value.\n\
918If a second optional argument MAPVAR is given, the map is stored as\n\ 918If a second optional argument MAPVAR is given, the map is stored as\n\
919its value instead of as COMMAND's value; but COMMAND is still defined\n\ 919its value instead of as COMMAND's value; but COMMAND is still defined\n\