diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-11 06:57:29 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-11 06:57:29 +0000 |
commit | 30b3b203dbb017f1e504a3dc888b90d5991a192b (patch) | |
tree | f7664aae5605a52d08c6e9fa6403a34c980763d3 /lisp/language | |
parent | adab83c885fa900e19cf9841ce01c1dea1e626cb (diff) | |
download | emacs-30b3b203dbb017f1e504a3dc888b90d5991a192b.tar.gz |
(indian-glyph-max-char): Fix doc-string.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/indian.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 28d313215db..e637ea94449 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -84,7 +84,7 @@ See also the function `indian-char-glyph'." (defvar indian-glyph-max-char (indian-glyph-char 255 (aref indian-script-table (1- (length indian-script-table)))) - "The maximum valid code of characters in the charset `indian-glyph'") + "The maximum valid code of characters in the charset `indian-glyph'.") (defun indian-char-glyph (char) "Return information about the glphy code for CHAR of `indian-glyph' charset. |