Mercurial > hg > xemacs-beta
comparison src/console.c @ 2027:71477bc21fe8
[xemacs-hg @ 2004-04-19 06:40:42 by stephent]
keymap docstrings <87fzb0xywc.fsf@tleepslib.sk.tsukuba.ac.jp>
finder-inf mode fix <87brloxyk2.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 19 Apr 2004 06:40:45 +0000 |
parents | 01c57eb70ae9 |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
2026:ca02e61c9829 | 2027:71477bc21fe8 |
---|---|
1477 The `read-key-sequence' function replaces any subsequence bound by | 1477 The `read-key-sequence' function replaces any subsequence bound by |
1478 `function-key-map' with its binding. More precisely, when the active | 1478 `function-key-map' with its binding. More precisely, when the active |
1479 keymaps have no binding for the current key sequence but | 1479 keymaps have no binding for the current key sequence but |
1480 `function-key-map' binds a suffix of the sequence to a vector or string, | 1480 `function-key-map' binds a suffix of the sequence to a vector or string, |
1481 `read-key-sequence' replaces the matching suffix with its binding, and | 1481 `read-key-sequence' replaces the matching suffix with its binding, and |
1482 continues with the new sequence. | 1482 continues with the new sequence. See `key-binding'. |
1483 | 1483 |
1484 The events that come from bindings in `function-key-map' are not | 1484 The events that come from bindings in `function-key-map' are not |
1485 themselves looked up in `function-key-map'. | 1485 themselves looked up in `function-key-map'. |
1486 | 1486 |
1487 For example, suppose `function-key-map' binds `ESC O P' to [f1]. | 1487 For example, suppose `function-key-map' binds `ESC O P' to [f1]. |