mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
* keymap.c (Fdefine_prefix_command): Doc fix.
This commit is contained in:
parent
806451194b
commit
cd8520b9d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue