diff options
| author | Eli Zaretskii | 2010-05-15 16:50:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-15 16:50:16 +0300 |
| commit | ce6233c1719cedd123aeb3c0c35bb26299e0f93f (patch) | |
| tree | b7af8b91a02d68e3c8eef96544832baee6cfec0b | |
| parent | d20e1419fda6f29478d79f69db8e128d043d4ee1 (diff) | |
| download | emacs-ce6233c1719cedd123aeb3c0c35bb26299e0f93f.tar.gz emacs-ce6233c1719cedd123aeb3c0c35bb26299e0f93f.zip | |
lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/language/hebrew.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 359cc63ca98..00617f6fbf8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-05-15 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-05-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix. | ||
| 4 | |||
| 3 | Bidi-sensitive movement with arrow keys. | 5 | Bidi-sensitive movement with arrow keys. |
| 4 | * subr.el (right-arrow-command, left-arrow-command): New functions. | 6 | * subr.el (right-arrow-command, left-arrow-command): New functions. |
| 5 | 7 | ||
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 993df98b3a6..fd98fcfecb7 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -60,14 +60,14 @@ | |||
| 60 | (input-method . "hebrew") | 60 | (input-method . "hebrew") |
| 61 | (unibyte-display . hebrew-iso-8bit) | 61 | (unibyte-display . hebrew-iso-8bit) |
| 62 | (sample-text . "Hebrew ,Hylem(B") | 62 | (sample-text . "Hebrew ,Hylem(B") |
| 63 | (documentation . "Right-to-left writing is not yet supported."))) | 63 | (documentation . "Bidirectional editing is supported."))) |
| 64 | 64 | ||
| 65 | (set-language-info-alist | 65 | (set-language-info-alist |
| 66 | "Windows-1255" '((coding-priority windows-1255) | 66 | "Windows-1255" '((coding-priority windows-1255) |
| 67 | (coding-system windows-1255) | 67 | (coding-system windows-1255) |
| 68 | (documentation . "\ | 68 | (documentation . "\ |
| 69 | Support for Windows-1255 encoding, e.g. for Yiddish. | 69 | Support for Windows-1255 encoding, e.g. for Yiddish. |
| 70 | Right-to-left writing is not yet supported."))) | 70 | Bidirectional editing is supported."))) |
| 71 | 71 | ||
| 72 | (define-coding-system 'windows-1255 | 72 | (define-coding-system 'windows-1255 |
| 73 | "windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)" | 73 | "windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)" |