From 2b71bb78b8292478916a5b1698d5056eb2db3411 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 4 Feb 1998 11:23:28 +0000 Subject: [PATCH] (Fiso_charset): Doc-string modified. --- src/charset.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; { -- 2.39.5