comparison lispref/os.texi @ 90201:fbb2bea03df9

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 14 Jul 2005 08:02:00 +0000
parents b7da78284d4c 25e7c854aa97
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90200:f9a65d7ebd29 90201:fbb2bea03df9
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