(Fdocumentation): Change the doc string for prefix

commands to make it a complete sentence in one line.
This commit is contained in:
Andreas Schwab 1998-12-21 09:59:30 +00:00
parent 776ca83dbf
commit a3cec380f5

View file

@ -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))
{