From d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 22 Mar 1995 17:47:55 +0000 Subject: [PATCH] (Fwhere_is_internal): Fix missing \n\. --- src/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keymap.c b/src/keymap.c index abceaa50305..e5890f59a2b 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1532,7 +1532,7 @@ If optional 3rd arg FIRSTONLY is non-nil, return the first key sequence found,\n rather than a list of all possible key sequences.\n\ If FIRSTONLY is the symbol `non-ascii', return the first binding found,\n\ no matter what it is.\n\ -If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters, +If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters,\n\ and entirely reject menu bindings.\n\ \n\ If optional 4th arg NOINDIRECT is non-nil, don't follow indirections\n\ -- 2.39.5