From 3c18889e3b62cd0f133ba0f392984212a979ef26 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 1 Oct 2002 06:56:53 +0000 Subject: [PATCH] (describe-coding-system): Describe `dependency' property. --- lisp/international/mule-diag.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index a967844f305..24b6a5d7018 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -668,6 +668,17 @@ which font is being used for displaying the character." (describe-current-coding-system) (with-output-to-temp-buffer "*Help*" (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"))) + (let ((coding-spec (coding-system-spec coding-system))) (princ "Type: ") (let ((type (coding-system-type coding-system)) -- 2.39.2