summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-02-04 11:23:28 +0000
committerKenichi Handa <handa@m17n.org>1998-02-04 11:23:28 +0000
commit1dee9b8f5752fc782fa7d1fd9b8523f0c67539d4 (patch)
tree045a806d94ef9af304d4267ae9ee3d70b9c669e9 /src
parent171088547a6c65dcfa365b96a4d92a49ac5b2b25 (diff)
downloademacs-1dee9b8f5752fc782fa7d1fd9b8523f0c67539d4.tar.gz
(Fiso_charset): Doc-string modified.
Diffstat (limited to 'src')
-rw-r--r--src/charset.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index 64cf8034600..1dc6e0aebdc 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -791,7 +791,13 @@ DEFUN ("char-charset", Fchar_charset, Schar_charset, 1, 1, 0,
}
DEFUN ("iso-charset", Fiso_charset, Siso_charset, 3, 3, 0,
- "Return charset of ISO's specification DIMENSION, CHARS, and FINAL-CHAR.")
+ "Return charset of ISO's specification DIMENSION, CHARS, and FINAL-CHAR.\n\
+\n\
+ISO 2022's designation sequence (escape sequence) distinguishes charsets\n\
+by their DIMENSION, CHARS, and FINAL-CHAR,\n\
+where as Emacs distinguishes them by charset symbol.\n\
+See the documentation of the function `charset-info' for the meanings of\n\
+DIMENSION, CHARS, and FINAL-CHAR.")
(dimension, chars, final_char)
Lisp_Object dimension, chars, final_char;
{