]> git.eshelyaron.com Git - emacs.git/commitdiff
(indian-glyph-max-char): Fix doc-string.
authorPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 06:57:29 +0000 (06:57 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 06:57:29 +0000 (06:57 +0000)
lisp/language/indian.el

index 28d313215db3214b5bfd4e6e64beca6594173e01..e637ea944490ebcd7f8821ccf431ecfee9e33485 100644 (file)
@@ -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.