From e2627d2130d78c81da53fd390a6b99197bb72701 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 8 Apr 2012 20:13:15 +0300 Subject: [PATCH] Support Hebrew spell-checking in ispell.el. lisp/textmodes/ispell.el (ispell-dictionary-base-alist): Add data for Hebrew. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/ispell.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae31c616772..1b25983104c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-04-08 Eli Zaretskii + + * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for + Hebrew. + 2012-04-08 Chong Yidong * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 64feaa0aeca..4d061fed32b 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -684,7 +684,8 @@ re-start Emacs." ("svenska" ; Swedish mode "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" - "[']" nil ("-C") "~list" iso-8859-1)) + "[']" nil ("-C") "~list" iso-8859-1) + ("hebrew" "[\340\341\342\343\344\345\346\347\350\351\353\352\354\356\355\360\357\361\362\364\363\367\366\365\370\371\372]" "[^\340\341\342\343\344\345\346\347\350\351\353\352\354\356\355\360\357\361\362\364\363\367\366\365\370\371\372]" "" nil ("-B") nil cp1255)) "Base value for `ispell-dictionary-alist'.") (defvar ispell-dictionary-alist nil -- 2.39.2