aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-17 20:56:03 +0000
committerPavel Janík2001-12-17 20:56:03 +0000
commita2c14077b66d648309538e6e46bf7030161eeefe (patch)
treeb1ccb62d6df55b989e901c2499ad9cd6fb085c8d
parent08a7824f493fb5d7741d30082b70f70a67eb68a3 (diff)
downloademacs-a2c14077b66d648309538e6e46bf7030161eeefe.tar.gz
emacs-a2c14077b66d648309538e6e46bf7030161eeefe.zip
(indian-char-glyph): Fix typo in doc-string.
-rw-r--r--lisp/language/ind-util.el2
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.
1021The value is (INDEX . SCRIPT), where INDEX is the glyph index 1021The value is (INDEX . SCRIPT), where INDEX is the glyph index
1022in the font that Indian script name SCRIPT specifies. 1022in the font that Indian script name SCRIPT specifies.
1023See also the function `indian-glyph-char'." 1023See also the function `indian-glyph-char'."