diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-07 15:06:42 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-07 15:06:42 +0000 |
commit | bef96454bf4b3f03410410f53fa269d67e6c8620 (patch) | |
tree | b274c97ff488b383da41e4b5cb33e9ec25f914ac /leim/quail | |
parent | a478f3e181bd9925ecb506abf4e49216d392124a (diff) | |
download | emacs-bef96454bf4b3f03410410f53fa269d67e6c8620.tar.gz |
("TeX"): Fix typo.
Diffstat (limited to 'leim/quail')
-rw-r--r-- | leim/quail/latin-ltx.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index a4ae7e721fd..163059dd276 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 |