aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-07-13 17:48:37 +0000
committerThien-Thi Nguyen2005-07-13 17:48:37 +0000
commit37aa90e5196e7af28b2f0dd429a348d222c006f4 (patch)
tree43c12053b818d06497b3e71aa73c38c47e24712e
parent3e43ae87c41dd34b2bb883b0e947efaa1fd4cda8 (diff)
downloademacs-37aa90e5196e7af28b2f0dd429a348d222c006f4.tar.gz
emacs-37aa90e5196e7af28b2f0dd429a348d222c006f4.zip
(Translating Input): Fix typo.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/os.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3fa35fab079..b5c2e95c134 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
2
3 * os.texi (Translating Input): Fix typo.
4
12005-07-08 Richard M. Stallman <rms@gnu.org> 52005-07-08 Richard M. Stallman <rms@gnu.org>
2 6
3 * README: Update edition number and size estimate. 7 * README: Update edition number and size estimate.
diff --git a/lispref/os.texi b/lispref/os.texi
index 7bc76799210..1e6dacb7d80 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -1721,7 +1721,7 @@ 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.
1722Indeed, actual key bindings override @code{function-key-map} and thus 1722Indeed, actual key bindings override @code{function-key-map} and thus
1723may alter the key sequence that @code{key-translation-map} receives. 1723may alter the key sequence that @code{key-translation-map} receives.
1724Clearly, it is better to avoid to avoid this type of situation. 1724Clearly, it is better to avoid this type of situation.
1725 1725
1726The intent of @code{key-translation-map} is for users to map one 1726The intent of @code{key-translation-map} is for users to map one
1727character set to another, including ordinary characters normally bound 1727character set to another, including ordinary characters normally bound