From: Dave Love Date: Tue, 4 Feb 2003 19:26:38 +0000 (+0000) Subject: (charset-iso-final-char) X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~85 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d839a148603a07aea8dfc25b7e1661d265a6ffb;p=emacs.git (charset-iso-final-char) (define-coding-system): Doc fix. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index e96fdf248cb..df3455ab4d0 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -329,7 +329,8 @@ DIMENSION defaults to the first dimension." (aref code-space (- (* 2 dimension) 2)))))) (defun charset-iso-final-char (charset) - "Return ISO-2022 final character of CHARSET." + "Return ISO-2022 final character of CHARSET. +Return -1 if charset isn't an ISO 2022 one." (or (plist-get (charset-plist charset) :iso-final-char) -1)) @@ -476,7 +477,7 @@ selected. If `:coding-type' is `iso-2022', VALUE may be `iso-2022', which indicates that the coding system supports all ISO-2022 based charsets. If `:coding-type' is `emacs-mule', VALUE may be `emacs-mule', which indicates that the coding system supports all -charsets that have `:emacs-mule-id' property. +charsets that have the `:emacs-mule-id' property. `:ascii-compatible-p'