aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-11 06:57:29 +0000
committerPavel Janík <[email protected]>2001-12-11 06:57:29 +0000
commit30b3b203dbb017f1e504a3dc888b90d5991a192b (patch)
treef7664aae5605a52d08c6e9fa6403a34c980763d3 /lisp/language
parentadab83c885fa900e19cf9841ce01c1dea1e626cb (diff)
(indian-glyph-max-char): Fix doc-string.
Diffstat (limited to 'lisp/language')
-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 28d313215d..e637ea9444 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.