aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2004-05-07 15:06:42 +0000
committerStefan Monnier <[email protected]>2004-05-07 15:06:42 +0000
commitbef96454bf4b3f03410410f53fa269d67e6c8620 (patch)
treeb274c97ff488b383da41e4b5cb33e9ec25f914ac /leim
parenta478f3e181bd9925ecb506abf4e49216d392124a (diff)
("TeX"): Fix typo.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog4
-rw-r--r--leim/quail/latin-ltx.el8
2 files changed, 8 insertions, 4 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 84c616e587..ea8dc0b029 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-07 Stefan Monnier <[email protected]>
+
+ * quail/latin-ltx.el ("TeX"): Fix typo.
+
2004-05-06 Stefan Monnier <[email protected]>
* quail/latin-ltx.el: Use utf-8 coding.
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el
index a4ae7e721f..163059dd27 100644
--- a/leim/quail/latin-ltx.el
+++ b/leim/quail/latin-ltx.el
@@ -953,12 +953,12 @@ system, including many technical ones. Examples:
;; From Karl Eichwalder.
("\\glq" ?‚)
("\\grq" ?‘)
- ("\\glqq" ?„) ("\"`" ?„)
- ("\\grqq" ?“) ("\"'" ?“)
+ ("\\glqq" ?„) ("\\\"`" ?„)
+ ("\\grqq" ?“) ("\\\"'" ?“)
("\\flq" ?‹)
("\\frq" ?›)
- ("\\flqq" ?«) ("\"<" ?«)
- ("\\frqq" ?») ("\">" ?»)
+ ("\\flqq" ?«) ("\\\"<" ?«)
+ ("\\frqq" ?») ("\\\">" ?»)
)
;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f