comparison src/keymap.c @ 5246:bec1126c6c00

(Fwhere_is_internal): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 01:54:13 +0000
parents 33de23a28204
children e4f5f2674f34
comparison
equal deleted inserted replaced
5245:4a9b93b0eac3 5246:bec1126c6c00
1441 DEFUN ("where-is-internal", Fwhere_is_internal, Swhere_is_internal, 1, 5, 0, 1441 DEFUN ("where-is-internal", Fwhere_is_internal, Swhere_is_internal, 1, 5, 0,
1442 "Return list of keys that invoke DEFINITION in KEYMAP or KEYMAP1.\n\ 1442 "Return list of keys that invoke DEFINITION in KEYMAP or KEYMAP1.\n\
1443 If KEYMAP is nil, search only KEYMAP1.\n\ 1443 If KEYMAP is nil, search only KEYMAP1.\n\
1444 If KEYMAP1 is nil, use the current global map.\n\ 1444 If KEYMAP1 is nil, use the current global map.\n\
1445 \n\ 1445 \n\
1446 If optional 4th arg FIRSTONLY is non-nil, return a string representing\n\ 1446 If optional 4th arg FIRSTONLY is non-nil, return the first key sequence found,\n\
1447 the first key sequence found, rather than a list of all possible key\n\ 1447 rather than a list of all possible key sequences.\n\
1448 sequences. If FIRSTONLY is t, avoid key sequences which use non-ASCII\n\ 1448 If FIRSTONLY is t, avoid key sequences which use non-ASCII\n\
1449 keys and therefore may not be usable on ASCII terminals. If FIRSTONLY\n\ 1449 keys and therefore may not be usable on ASCII terminals. If FIRSTONLY\n\
1450 is the symbol `non-ascii', return the first binding found, no matter\n\ 1450 is the symbol `non-ascii', return the first binding found, no matter\n\
1451 what its components.\n\ 1451 what its components.\n\
1452 \n\ 1452 \n\
1453 If optional 5th arg NOINDIRECT is non-nil, don't follow indirections\n\ 1453 If optional 5th arg NOINDIRECT is non-nil, don't follow indirections\n\