changeset 46761:80075b7b7612

(non-standard-icccm-encodings-alist): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 31 Jul 2002 22:01:07 +0000
parents 7eb8059267a4
children 85cd02534241
files lisp/international/mule.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Wed Jul 31 12:08:06 2002 +0000
+++ b/lisp/international/mule.el	Wed Jul 31 22:01:07 2002 +0000
@@ -1305,8 +1305,8 @@
     ("ISO8859-14" . latin-iso8859-14)
     ("KOI8-R" . koi8-r)
     ("BIG5-0" . big5))
-  "Alist of font charset names defined by XLFD, and the corresponding Emacs
-charsets or coding systems.")
+  "Alist of font charset names defined by XLFD.
+The cdr of each element is the corresponding Emacs charset or coding system.")
 
 ;; Functions to support "Non-Standard Character Set Encodings" defined
 ;; by the COMPOUND-TEXT spec.