X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lisp%2Fhelp.el;h=901724b456e5d79723e04111755648a1e3eccc0d;hb=a1655b870904de973c366d85ebdc8adde4ef5e1e;hp=e2a7a0d5e7c0b368f31f4d9c41dda1c9996f7c95;hpb=c855f9c824a0fc23e52e92d65ec8a34bd51cddd7;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.")))