diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
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 | ||
| 915 | DEFUN ("define-prefix-command", Fdefine_prefix_command, Sdefine_prefix_command, 1, 2, 0, | 915 | DEFUN ("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\ |
| 917 | A new sparse keymap is stored as COMMAND's function definition and its value.\n\ | 917 | A new sparse keymap is stored as COMMAND's function definition and its value.\n\ |
| 918 | If a second optional argument MAPVAR is given, the map is stored as\n\ | 918 | If a second optional argument MAPVAR is given, the map is stored as\n\ |
| 919 | its value instead of as COMMAND's value; but COMMAND is still defined\n\ | 919 | its value instead of as COMMAND's value; but COMMAND is still defined\n\ |