aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorKarl Heuer1995-03-22 17:47:55 +0000
committerKarl Heuer1995-03-22 17:47:55 +0000
commitd7ec5fa2e0be7f9cb34960605d46b3d656e29c6a (patch)
tree81bc45621e1147f1b2ea6d059a8283b98d6085a8 /src/keymap.c
parent2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c (diff)
downloademacs-d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a.tar.gz
emacs-d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a.zip
(Fwhere_is_internal): Fix missing \n\.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
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
1532rather than a list of all possible key sequences.\n\ 1532rather than a list of all possible key sequences.\n\
1533If FIRSTONLY is the symbol `non-ascii', return the first binding found,\n\ 1533If FIRSTONLY is the symbol `non-ascii', return the first binding found,\n\
1534no matter what it is.\n\ 1534no matter what it is.\n\
1535If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters, 1535If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters,\n\
1536and entirely reject menu bindings.\n\ 1536and entirely reject menu bindings.\n\
1537\n\ 1537\n\
1538If optional 4th arg NOINDIRECT is non-nil, don't follow indirections\n\ 1538If optional 4th arg NOINDIRECT is non-nil, don't follow indirections\n\