diff options
| author | Pavel Janík | 2001-12-17 20:56:03 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-17 20:56:03 +0000 |
| commit | a2c14077b66d648309538e6e46bf7030161eeefe (patch) | |
| tree | b1ccb62d6df55b989e901c2499ad9cd6fb085c8d | |
| parent | 08a7824f493fb5d7741d30082b70f70a67eb68a3 (diff) | |
| download | emacs-a2c14077b66d648309538e6e46bf7030161eeefe.tar.gz emacs-a2c14077b66d648309538e6e46bf7030161eeefe.zip | |
(indian-char-glyph): Fix typo in doc-string.
| -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'." |