(Fdocumentation): Change the doc string for prefix
commands to make it a complete sentence in one line.
This commit is contained in:
parent
776ca83dbf
commit
a3cec380f5
1 changed files with 1 additions and 2 deletions
|
@ -334,8 +334,7 @@ string is passed through `substitute-command-keys'.")
|
|||
if (!SYMBOLP (funcar))
|
||||
return Fsignal (Qinvalid_function, Fcons (fun, Qnil));
|
||||
else if (EQ (funcar, Qkeymap))
|
||||
return build_string ("Prefix command (definition is a keymap associating keystrokes with\n\
|
||||
subcommands.)");
|
||||
return build_string ("Prefix command (definition is a keymap associating keystrokes with commands).");
|
||||
else if (EQ (funcar, Qlambda)
|
||||
|| EQ (funcar, Qautoload))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue