diff options
| author | Richard M. Stallman | 1993-11-17 11:25:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-17 11:25:53 +0000 |
| commit | d831234ba20fd2cd0da0644c6631a4897fbd93b5 (patch) | |
| tree | 80eded9cd6461a9023d8692becc2e5919b4aeddd /src | |
| parent | 94748cb9379aa1c4cac176e60d58528e1c98691e (diff) | |
| download | emacs-d831234ba20fd2cd0da0644c6631a4897fbd93b5.tar.gz emacs-d831234ba20fd2cd0da0644c6631a4897fbd93b5.zip | |
(Fkey_binding): 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 f34a917aeb0..3e827e3e347 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -808,8 +808,8 @@ The binding is probably a symbol with a function definition.\n\ | |||
| 808 | \n\ | 808 | \n\ |
| 809 | Normally, `key-binding' ignores bindings for t, which act as default\n\ | 809 | Normally, `key-binding' ignores bindings for t, which act as default\n\ |
| 810 | bindings, used when nothing else in the keymap applies; this makes it\n\ | 810 | bindings, used when nothing else in the keymap applies; this makes it\n\ |
| 811 | useable as a general function for probing keymaps. However, if the\n\ | 811 | usable as a general function for probing keymaps. However, if the\n\ |
| 812 | third optional argument ACCEPT-DEFAULT is non-nil, `key-binding' will\n\ | 812 | optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\ |
| 813 | recognize the default bindings, just as `read-key-sequence' does.") | 813 | recognize the default bindings, just as `read-key-sequence' does.") |
| 814 | (key, accept_default) | 814 | (key, accept_default) |
| 815 | Lisp_Object key; | 815 | Lisp_Object key; |