diff options
| author | Kenichi Handa | 2006-12-27 05:11:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-12-27 05:11:42 +0000 |
| commit | 4e21e5aa1a2f801bf46b1729c28ec67bf6f4308c (patch) | |
| tree | 79e284e4e094109c813dd150079306495019caae | |
| parent | 3d37467b440826accd996b98018cc2bda2405529 (diff) | |
| download | emacs-4e21e5aa1a2f801bf46b1729c28ec67bf6f4308c.tar.gz emacs-4e21e5aa1a2f801bf46b1729c28ec67bf6f4308c.zip | |
(select-safe-coding-system-interactively):
Use face `link' for problematic chars.
| -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 ") | |||
| 772 | (insert-text-button | 772 | (insert-text-button |
| 773 | (cdr elt) | 773 | (cdr elt) |
| 774 | :type 'help-xref | 774 | :type 'help-xref |
| 775 | 'face 'link | ||
| 775 | 'help-echo | 776 | 'help-echo |
| 776 | "mouse-2, RET: jump to this character" | 777 | "mouse-2, RET: jump to this character" |
| 777 | 'help-function func1 | 778 | 'help-function func1 |
| @@ -779,6 +780,7 @@ e.g., for sending an email message.\n ") | |||
| 779 | (insert-text-button | 780 | (insert-text-button |
| 780 | "..." | 781 | "..." |
| 781 | :type 'help-xref | 782 | :type 'help-xref |
| 783 | 'face 'link | ||
| 782 | 'help-echo | 784 | 'help-echo |
| 783 | "mouse-2, RET: next unencodable character" | 785 | "mouse-2, RET: next unencodable character" |
| 784 | 'help-function func2 | 786 | 'help-function func2 |
| @@ -790,7 +792,7 @@ e.g., for sending an email message.\n ") | |||
| 790 | 792 | ||
| 791 | Click those characters to jump to the place they appear,\n" | 793 | Click those characters to jump to the place they appear,\n" |
| 792 | (substitute-command-keys "\ | 794 | (substitute-command-keys "\ |
| 793 | and \\[universal-argument] \\[what-cursor-position] will give information about it.\n")))) | 795 | and there \\[universal-argument] \\[what-cursor-position] will give information about it.\n")))) |
| 794 | (insert (substitute-command-keys "\nSelect \ | 796 | (insert (substitute-command-keys "\nSelect \ |
| 795 | one of the following safe coding systems,\n\ | 797 | one of the following safe coding systems,\n\ |
| 796 | or cancel the writing by \\[keyboard-quit] and edit the buffer,\n\ | 798 | or cancel the writing by \\[keyboard-quit] and edit the buffer,\n\ |