aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-11 06:57:29 +0000
committerPavel Janík2001-12-11 06:57:29 +0000
commit30b3b203dbb017f1e504a3dc888b90d5991a192b (patch)
treef7664aae5605a52d08c6e9fa6403a34c980763d3
parentadab83c885fa900e19cf9841ce01c1dea1e626cb (diff)
downloademacs-30b3b203dbb017f1e504a3dc888b90d5991a192b.tar.gz
emacs-30b3b203dbb017f1e504a3dc888b90d5991a192b.zip
(indian-glyph-max-char): Fix doc-string.
-rw-r--r--lisp/language/indian.el2
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'."
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.