lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
This commit is contained in:
parent
d20e1419fd
commit
ce6233c171
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2010-05-15 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
|
||||
|
||||
Bidi-sensitive movement with arrow keys.
|
||||
* subr.el (right-arrow-command, left-arrow-command): New functions.
|
||||
|
||||
|
|
|
|||
|
|
@ -60,14 +60,14 @@
|
|||
(input-method . "hebrew")
|
||||
(unibyte-display . hebrew-iso-8bit)
|
||||
(sample-text . "Hebrew ,Hylem(B")
|
||||
(documentation . "Right-to-left writing is not yet supported.")))
|
||||
(documentation . "Bidirectional editing is supported.")))
|
||||
|
||||
(set-language-info-alist
|
||||
"Windows-1255" '((coding-priority windows-1255)
|
||||
(coding-system windows-1255)
|
||||
(documentation . "\
|
||||
Support for Windows-1255 encoding, e.g. for Yiddish.
|
||||
Right-to-left writing is not yet supported.")))
|
||||
Bidirectional editing is supported.")))
|
||||
|
||||
(define-coding-system 'windows-1255
|
||||
"windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue