comparison lisp/language/indian.el @ 41947:3bf347fb3060

(indian-glyph-max-char): Fix doc-string.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 11 Dec 2001 06:57:29 +0000
parents f091948e4d1c
children d0521c771e5a
comparison
equal deleted inserted replaced
41946:ac35ef786b2d 41947:3bf347fb3060
82 (make-char 'indian-glyph (+ (/ index 96) 32) (+ (% index 96) 32)))) 82 (make-char 'indian-glyph (+ (/ index 96) 32) (+ (% index 96) 32))))
83 83
84 (defvar indian-glyph-max-char 84 (defvar indian-glyph-max-char
85 (indian-glyph-char 85 (indian-glyph-char
86 255 (aref indian-script-table (1- (length indian-script-table)))) 86 255 (aref indian-script-table (1- (length indian-script-table))))
87 "The maximum valid code of characters in the charset `indian-glyph'") 87 "The maximum valid code of characters in the charset `indian-glyph'.")
88 88
89 (defun indian-char-glyph (char) 89 (defun indian-char-glyph (char)
90 "Return information about the glphy code for CHAR of `indian-glyph' charset. 90 "Return information about the glphy code for CHAR of `indian-glyph' charset.
91 The value is (INDEX . SCRIPT), where INDEX is the glyph index 91 The value is (INDEX . SCRIPT), where INDEX is the glyph index
92 in the font that Indian script name SCRIPT specifies. 92 in the font that Indian script name SCRIPT specifies.