diff options
Diffstat (limited to 'src')
| -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\ |