diff options
| author | Kenichi Handa | 1998-02-04 11:23:28 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-02-04 11:23:28 +0000 |
| commit | 2b71bb78b8292478916a5b1698d5056eb2db3411 (patch) | |
| tree | c414e2456e89c8ceceff66eb567bb840832550be /src | |
| parent | c86b5c786c66c0df0551c7eab4395f264af50c2c (diff) | |
| download | emacs-2b71bb78b8292478916a5b1698d5056eb2db3411.tar.gz emacs-2b71bb78b8292478916a5b1698d5056eb2db3411.zip | |
(Fiso_charset): Doc-string modified.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 8 |
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, | |||
| 791 | } | 791 | } |
| 792 | 792 | ||
| 793 | DEFUN ("iso-charset", Fiso_charset, Siso_charset, 3, 3, 0, | 793 | DEFUN ("iso-charset", Fiso_charset, Siso_charset, 3, 3, 0, |
| 794 | "Return charset of ISO's specification DIMENSION, CHARS, and FINAL-CHAR.") | 794 | "Return charset of ISO's specification DIMENSION, CHARS, and FINAL-CHAR.\n\ |
| 795 | \n\ | ||
| 796 | ISO 2022's designation sequence (escape sequence) distinguishes charsets\n\ | ||
| 797 | by their DIMENSION, CHARS, and FINAL-CHAR,\n\ | ||
| 798 | where as Emacs distinguishes them by charset symbol.\n\ | ||
| 799 | See the documentation of the function `charset-info' for the meanings of\n\ | ||
| 800 | DIMENSION, CHARS, and FINAL-CHAR.") | ||
| 795 | (dimension, chars, final_char) | 801 | (dimension, chars, final_char) |
| 796 | Lisp_Object dimension, chars, final_char; | 802 | Lisp_Object dimension, chars, final_char; |
| 797 | { | 803 | { |