diff options
| author | Jim Blandy | 1993-05-04 02:33:19 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-04 02:33:19 +0000 |
| commit | cd8520b9d54237af2bc59415c4471237e1f506e1 (patch) | |
| tree | 2daff199c1c074e0804e6fbc7ae0a9024b84deb9 | |
| parent | 806451194be01bc8712d9f43793b3f6ec8c5458e (diff) | |
| download | emacs-cd8520b9d54237af2bc59415c4471237e1f506e1.tar.gz emacs-cd8520b9d54237af2bc59415c4471237e1f506e1.zip | |
* keymap.c (Fdefine_prefix_command): Doc fix.
| -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\ |