diff options
author | Kenichi Handa <handa@m17n.org> | 2006-12-27 05:11:42 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-12-27 05:11:42 +0000 |
commit | 4e21e5aa1a2f801bf46b1729c28ec67bf6f4308c (patch) | |
tree | 79e284e4e094109c813dd150079306495019caae /lisp/international | |
parent | 3d37467b440826accd996b98018cc2bda2405529 (diff) | |
download | emacs-4e21e5aa1a2f801bf46b1729c28ec67bf6f4308c.tar.gz |
(select-safe-coding-system-interactively):
Use face `link' for problematic chars.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-cmds.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index e558b49df4c..aacce1b4190 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -772,6 +772,7 @@ e.g., for sending an email message.\n ") (insert-text-button (cdr elt) :type 'help-xref + 'face 'link 'help-echo "mouse-2, RET: jump to this character" 'help-function func1 @@ -779,6 +780,7 @@ e.g., for sending an email message.\n ") (insert-text-button "..." :type 'help-xref + 'face 'link 'help-echo "mouse-2, RET: next unencodable character" 'help-function func2 @@ -790,7 +792,7 @@ e.g., for sending an email message.\n ") Click those characters to jump to the place they appear,\n" (substitute-command-keys "\ -and \\[universal-argument] \\[what-cursor-position] will give information about it.\n")))) +and there \\[universal-argument] \\[what-cursor-position] will give information about it.\n")))) (insert (substitute-command-keys "\nSelect \ one of the following safe coding systems,\n\ or cancel the writing by \\[keyboard-quit] and edit the buffer,\n\ |