comparison src/keymap.c @ 11089:3759523c1773

(Fwhere_is_internal): Fix missing \n\.
author Karl Heuer <kwzh@gnu.org>
date Wed, 22 Mar 1995 17:47:55 +0000
parents 3a7336f191b9
children e6bdaaa6ce1b
comparison
equal deleted inserted replaced
11088:e88e9a016cfa 11089:3759523c1773
1530 \n\ 1530 \n\
1531 If optional 3rd arg FIRSTONLY is non-nil, return the first key sequence found,\n\ 1531 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\
1539 to other keymaps or slots. This makes it possible to search for an\n\ 1539 to other keymaps or slots. This makes it possible to search for an\n\
1540 indirect definition itself.") 1540 indirect definition itself.")