X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fhelp.el;h=901724b456e5d79723e04111755648a1e3eccc0d;hb=4e344277e13cd8813592afc6b0bfb89474f0cbb0;hp=e2a7a0d5e7c0b368f31f4d9c41dda1c9996f7c95;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git- diff --git a/lisp/help.el b/lisp/help.el index e2a7a0d..901724b 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -730,7 +730,10 @@ of the key sequence that ran this command." (stringp Installation-string)) (with-displaying-help-buffer (lambda () - (princ Installation-string)) + (princ + (if (fboundp 'decode-coding-string) + (decode-coding-string Installation-string 'automatic-conversion) + Installation-string))) "Installation") (error "No Installation information available.")))