comparison src/keyboard.c @ 103080:9b4c664289a3

(syms_of_keyboard) <input-decode-map>: Doc fix.
author Johan Bockgård <bojohan@gnu.org>
date Sun, 26 Apr 2009 20:55:30 +0000
parents e68707cf48a5
children f09e430f8c38
comparison
equal deleted inserted replaced
103079:479179722385 103080:9b4c664289a3
12331 doc: /* Keymap that decodes input escape sequences. 12331 doc: /* Keymap that decodes input escape sequences.
12332 This is used mainly for mapping ASCII function key sequences into 12332 This is used mainly for mapping ASCII function key sequences into
12333 real Emacs function key events (symbols). 12333 real Emacs function key events (symbols).
12334 12334
12335 The `read-key-sequence' function replaces any subsequence bound by 12335 The `read-key-sequence' function replaces any subsequence bound by
12336 `input-key-map' with its binding. Contrary to `function-key-map', 12336 `input-decode-map' with its binding. Contrary to `function-key-map',
12337 this map applies its rebinding regardless of the presence of an ordinary 12337 this map applies its rebinding regardless of the presence of an ordinary
12338 binding. So it is more like `key-translation-map' except that it applies 12338 binding. So it is more like `key-translation-map' except that it applies
12339 before `function-key-map' rather than after. 12339 before `function-key-map' rather than after.
12340 12340
12341 If the binding is a function, it is called with one argument (the prompt) 12341 If the binding is a function, it is called with one argument (the prompt)