mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
Support Hebrew spell-checking in ispell.el.
lisp/textmodes/ispell.el (ispell-dictionary-base-alist): Add data for Hebrew.
This commit is contained in:
parent
9fe9631c2f
commit
e2627d2130
@ -1,3 +1,8 @@
|
||||
2012-04-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
|
||||
Hebrew.
|
||||
|
||||
2012-04-08 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user