From a3cec380f565c9d6be16439900eb38b87baca4b1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 21 Dec 1998 09:59:30 +0000 Subject: [PATCH] (Fdocumentation): Change the doc string for prefix commands to make it a complete sentence in one line. --- src/doc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/doc.c b/src/doc.c index 2f6b92216e2..a28fd58793b 100644 --- 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)) { -- 2.39.2