summaryrefslogtreecommitdiff
path: root/src/keymap.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-04 02:33:19 +0000
committerJim Blandy <jimb@redhat.com>1993-05-04 02:33:19 +0000
commitcd8520b9d54237af2bc59415c4471237e1f506e1 (patch)
tree2daff199c1c074e0804e6fbc7ae0a9024b84deb9 /src/keymap.c
parent806451194be01bc8712d9f43793b3f6ec8c5458e (diff)
downloademacs-cd8520b9d54237af2bc59415c4471237e1f506e1.tar.gz
* keymap.c (Fdefine_prefix_command): Doc fix.
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.")
}
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\