diff options
| -rw-r--r-- | lisp/language/ind-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index bc72638c111..cf6b7d34ddf 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el | |||
| @@ -1017,7 +1017,7 @@ See also the function `indian-char-glyph'." | |||
| 1017 | 1017 | ||
| 1018 | ;;;###autoload | 1018 | ;;;###autoload |
| 1019 | (defun indian-char-glyph (char) | 1019 | (defun indian-char-glyph (char) |
| 1020 | "Return information about the glphy code for CHAR of `indian-glyph' charset. | 1020 | "Return information about the glyph code for CHAR of `indian-glyph' charset. |
| 1021 | The value is (INDEX . SCRIPT), where INDEX is the glyph index | 1021 | The value is (INDEX . SCRIPT), where INDEX is the glyph index |
| 1022 | in the font that Indian script name SCRIPT specifies. | 1022 | in the font that Indian script name SCRIPT specifies. |
| 1023 | See also the function `indian-glyph-char'." | 1023 | See also the function `indian-glyph-char'." |