Mercurial > emacs
changeset 5246:bec1126c6c00
(Fwhere_is_internal): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Dec 1993 01:54:13 +0000 |
parents | 4a9b93b0eac3 |
children | 0cf95629f6c4 |
files | src/keymap.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Thu Dec 23 01:53:11 1993 +0000 +++ b/src/keymap.c Thu Dec 23 01:54:13 1993 +0000 @@ -1443,9 +1443,9 @@ If KEYMAP is nil, search only KEYMAP1.\n\ If KEYMAP1 is nil, use the current global map.\n\ \n\ -If optional 4th arg FIRSTONLY is non-nil, return a string representing\n\ -the first key sequence found, rather than a list of all possible key\n\ -sequences. If FIRSTONLY is t, avoid key sequences which use non-ASCII\n\ +If optional 4th arg FIRSTONLY is non-nil, return the first key sequence found,\n\ +rather than a list of all possible key sequences.\n\ +If FIRSTONLY is t, avoid key sequences which use non-ASCII\n\ keys and therefore may not be usable on ASCII terminals. If FIRSTONLY\n\ is the symbol `non-ascii', return the first binding found, no matter\n\ what its components.\n\