diff options
| author | Karl Heuer | 1996-01-04 23:02:52 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:02:52 +0000 |
| commit | b31a42188c124748f03d73837c59949cd72083ba (patch) | |
| tree | a4424b27cd6edce9c1915486a5a99b4528ad889e /src | |
| parent | 5c4d25a655e7e043e83a9d025335bd9d397185ca (diff) | |
| download | emacs-b31a42188c124748f03d73837c59949cd72083ba.tar.gz emacs-b31a42188c124748f03d73837c59949cd72083ba.zip | |
(Flookup_key): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keymap.c b/src/keymap.c index 19606fccbf9..d2f232c78e9 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -673,7 +673,7 @@ it takes to reach a non-prefix command.\n\ | |||
| 673 | \n\ | 673 | \n\ |
| 674 | Normally, `lookup-key' ignores bindings for t, which act as default\n\ | 674 | Normally, `lookup-key' ignores bindings for t, which act as default\n\ |
| 675 | bindings, used when nothing else in the keymap applies; this makes it\n\ | 675 | bindings, used when nothing else in the keymap applies; this makes it\n\ |
| 676 | useable as a general function for probing keymaps. However, if the\n\ | 676 | usable as a general function for probing keymaps. However, if the\n\ |
| 677 | third optional argument ACCEPT-DEFAULT is non-nil, `lookup-key' will\n\ | 677 | third optional argument ACCEPT-DEFAULT is non-nil, `lookup-key' will\n\ |
| 678 | recognize the default bindings, just as `read-key-sequence' does.") | 678 | recognize the default bindings, just as `read-key-sequence' does.") |
| 679 | (keymap, key, accept_default) | 679 | (keymap, key, accept_default) |
| @@ -1951,7 +1951,7 @@ nominal alternate\n\ | |||
| 1951 | return Qnil; | 1951 | return Qnil; |
| 1952 | } | 1952 | } |
| 1953 | 1953 | ||
| 1954 | /* Insert a desription of the key bindings in STARTMAP, | 1954 | /* Insert a description of the key bindings in STARTMAP, |
| 1955 | followed by those of all maps reachable through STARTMAP. | 1955 | followed by those of all maps reachable through STARTMAP. |
| 1956 | If PARTIAL is nonzero, omit certain "uninteresting" commands | 1956 | If PARTIAL is nonzero, omit certain "uninteresting" commands |
| 1957 | (such as `undefined'). | 1957 | (such as `undefined'). |