diff options
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | leim/quail/latin-ltx.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 03ffab98220..1ee29deb282 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2011-04-27 Eli Zaretskii <eliz@gnu.org> + + * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of + HEBREW LETTER ALEF. (Bug#8563) + 2011-03-07 Chong Yidong <cyd@stupidchicken.com> * Version 23.3 released. diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 488d28d2d85..cfd05a47e7c 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -498,7 +498,7 @@ system, including many technical ones. Examples: ("\\Vert" ?‖) ("\\Vvdash" ?⊪) ("\\Xi" ?Ξ) - ("\\aleph" ?א) + ("\\aleph" ?ℵ) ("\\alpha" ?α) ("\\amalg" ?∐) ("\\angle" ?∠) |