X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/db0406bb64f7e5dceeb257c7e350f1e80ed9c1c1..73d213f2816876fe9c6c429e75a3be5454a42b34:/lisp/international/ja-dic-utl.el diff --git a/lisp/international/ja-dic-utl.el b/lisp/international/ja-dic-utl.el index 8400c473af..7005ba8572 100644 --- a/lisp/international/ja-dic-utl.el +++ b/lisp/international/ja-dic-utl.el @@ -109,13 +109,14 @@ without okurigana are placed at the head of the returned list." (load-library "ja-dic/ja-dic") (error (ding) (with-output-to-temp-buffer "*Help*" - (princ "The library `ja-dic' can't be loaded. + (princ (substitute-command-keys "\ +The library `ja-dic' can't be loaded. The most common case is that you have not yet installed the library included in LEIM (Libraries of Emacs Input Method) which is distributed separately from Emacs. -LEIM is available from the same ftp directory as Emacs.")) +LEIM is available from the same ftp directory as Emacs."))) (signal (car err) (cdr err))))) (let ((vec (make-vector len 0))