changeset 20833:cf404f800d2c

(Fiso_charset): Doc-string modified.
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Feb 1998 11:23:28 +0000
parents d953c9628570
children 95a80c1e06c3
files src/charset.c
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/charset.c	Wed Feb 04 02:40:25 1998 +0000
+++ b/src/charset.c	Wed Feb 04 11:23:28 1998 +0000
@@ -791,7 +791,13 @@
 }
 
 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;
 {