diff options
| author | Karl Heuer | 1995-03-22 17:47:55 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-22 17:47:55 +0000 |
| commit | d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a (patch) | |
| tree | 81bc45621e1147f1b2ea6d059a8283b98d6085a8 /src/keymap.c | |
| parent | 2e5ce1a0420d4614a0191a2cf45ef05dcddcca2c (diff) | |
| download | emacs-d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a.tar.gz emacs-d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a.zip | |
(Fwhere_is_internal): Fix missing \n\.
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
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 | |||
| 1532 | rather than a list of all possible key sequences.\n\ | 1532 | rather than a list of all possible key sequences.\n\ |
| 1533 | If FIRSTONLY is the symbol `non-ascii', return the first binding found,\n\ | 1533 | If FIRSTONLY is the symbol `non-ascii', return the first binding found,\n\ |
| 1534 | no matter what it is.\n\ | 1534 | no matter what it is.\n\ |
| 1535 | If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters, | 1535 | If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters,\n\ |
| 1536 | and entirely reject menu bindings.\n\ | 1536 | and entirely reject menu bindings.\n\ |
| 1537 | \n\ | 1537 | \n\ |
| 1538 | If optional 4th arg NOINDIRECT is non-nil, don't follow indirections\n\ | 1538 | If optional 4th arg NOINDIRECT is non-nil, don't follow indirections\n\ |