# HG changeset patch # User Andreas Schwab # Date 914234370 0 # Node ID 81a6345fd5e85820821563041cca153d182bb3bc # Parent efcf2fcda617a3f0e5965470aeada104de32e47a (Fdocumentation): Change the doc string for prefix commands to make it a complete sentence in one line. diff -r efcf2fcda617 -r 81a6345fd5e8 src/doc.c --- a/src/doc.c Sun Dec 20 15:17:49 1998 +0000 +++ b/src/doc.c Mon Dec 21 09:59:30 1998 +0000 @@ -334,8 +334,7 @@ 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)) {