]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-coding-system): Describe `dependency' property..
authorKenichi Handa <handa@m17n.org>
Mon, 30 Sep 2002 06:40:01 +0000 (06:40 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 30 Sep 2002 06:40:01 +0000 (06:40 +0000)
lisp/international/mule-diag.el

index 2b8b225963e034bd55612fa025eaaa08cd3f43d9..78c0e1c0e6ef03b7abf62eb19e56551a0b71bf68 100644 (file)
@@ -618,6 +618,16 @@ PC `codepages' and other coded character sets.  See `non-iso-charset-alist'."
     (with-output-to-temp-buffer (help-buffer)
       (print-coding-system-briefly coding-system 'doc-string)
       (princ "\n")
+      (let ((vars (coding-system-get coding-system 'dependency)))
+       (when vars
+         (princ "See also the documentation of these customizable variables
+which alter the behaviour of this coding system.\n")
+         (dolist (v vars)
+           (princ "  `")
+           (princ v)
+           (princ "'\n"))
+         (princ "\n")))
+
       (princ "Type: ")
       (let ((type (coding-system-type coding-system))
            (flags (coding-system-flags coding-system)))