comparison lispref/os.texi @ 64290:25e7c854aa97

(Translating Input): Fix typo.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 13 Jul 2005 17:46:59 +0000
parents 99e9892a51d9
children e836425ee789 fbb2bea03df9
comparison
equal deleted inserted replaced
64289:549c22d3fe54 64290:25e7c854aa97
1719 1719
1720 Note however that actual key bindings can have an effect on 1720 Note however that actual key bindings can have an effect on
1721 @code{key-translation-map}, even though they are overridden by it. 1721 @code{key-translation-map}, even though they are overridden by it.
1722 Indeed, actual key bindings override @code{function-key-map} and thus 1722 Indeed, actual key bindings override @code{function-key-map} and thus
1723 may alter the key sequence that @code{key-translation-map} receives. 1723 may alter the key sequence that @code{key-translation-map} receives.
1724 Clearly, it is better to avoid to avoid this type of situation. 1724 Clearly, it is better to avoid this type of situation.
1725 1725
1726 The intent of @code{key-translation-map} is for users to map one 1726 The intent of @code{key-translation-map} is for users to map one
1727 character set to another, including ordinary characters normally bound 1727 character set to another, including ordinary characters normally bound
1728 to @code{self-insert-command}. 1728 to @code{self-insert-command}.
1729 @end defvar 1729 @end defvar