diff options
| author | Richard M. Stallman | 1993-12-23 01:54:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-23 01:54:13 +0000 |
| commit | b8d584f66f3bb9ea9a0d3fadc697fcc44fff8f9f (patch) | |
| tree | 4bf869a48c26a375d0392c2eaea62194f49def8e | |
| parent | d9bc1c99c08860e101bc8c208e418165871f31d0 (diff) | |
| download | emacs-b8d584f66f3bb9ea9a0d3fadc697fcc44fff8f9f.tar.gz emacs-b8d584f66f3bb9ea9a0d3fadc697fcc44fff8f9f.zip | |
(Fwhere_is_internal): Doc fix.
| -rw-r--r-- | src/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keymap.c b/src/keymap.c index 909645f7e0c..10ff9bcab90 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1443,9 +1443,9 @@ DEFUN ("where-is-internal", Fwhere_is_internal, Swhere_is_internal, 1, 5, 0, | |||
| 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\ |