diff options
| author | Stefan Monnier | 2005-12-19 15:46:13 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-12-19 15:46:13 +0000 |
| commit | addcdb7c896531eeda9ec1c1672536780fde032c (patch) | |
| tree | 338f9294c98100e79cde5f767d866595cc6e294d /src/keymap.c | |
| parent | eb0d286432b963396f7ce7c02bacfde2ce1623e0 (diff) | |
| download | emacs-addcdb7c896531eeda9ec1c1672536780fde032c.tar.gz emacs-addcdb7c896531eeda9ec1c1672536780fde032c.zip | |
(Vfunction_key_map): Docstring fix: mention that bindings can be functions.
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c index 4583d3121df..74a1cc15024 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -3851,6 +3851,9 @@ keymaps have no binding for the current key sequence but | |||
| 3851 | `read-key-sequence' replaces the matching suffix with its binding, and | 3851 | `read-key-sequence' replaces the matching suffix with its binding, and |
| 3852 | continues with the new sequence. | 3852 | continues with the new sequence. |
| 3853 | 3853 | ||
| 3854 | If the binding is a function, it is called with one argument (the prompt) | ||
| 3855 | and its return value (a key sequence) is used. | ||
| 3856 | |||
| 3854 | The events that come from bindings in `function-key-map' are not | 3857 | The events that come from bindings in `function-key-map' are not |
| 3855 | themselves looked up in `function-key-map'. | 3858 | themselves looked up in `function-key-map'. |
| 3856 | 3859 | ||