From: Karl Heuer Date: Wed, 22 Mar 1995 17:47:55 +0000 (+0000) Subject: (Fwhere_is_internal): Fix missing \n\. X-Git-Tag: emacs-19.34~4769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a;p=emacs.git (Fwhere_is_internal): Fix missing \n\. --- 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\