(Fdocumentation): Change the doc string for prefix
authorAndreas Schwab <schwab@suse.de>
Mon, 21 Dec 1998 09:59:30 +0000 (09:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 21 Dec 1998 09:59:30 +0000 (09:59 +0000)
commands to make it a complete sentence in one line.

src/doc.c

index 2f6b922..a28fd58 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -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))
        {