# HG changeset patch # User Kenichi Handa # Date 886591408 0 # Node ID cf404f800d2c4a1b973aa88b2d9db1c2cdad60c8 # Parent d953c9628570f984cb45303074ecca882e1d1017 (Fiso_charset): Doc-string modified. diff -r d953c9628570 -r cf404f800d2c src/charset.c --- 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; {