emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el,v
Date: Wed, 27 Dec 2006 05:11:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/12/27 05:11:42

Index: mule-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule-cmds.el,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -b -r1.304 -r1.305
--- mule-cmds.el        27 Dec 2006 01:24:40 -0000      1.304
+++ mule-cmds.el        27 Dec 2006 05:11:42 -0000      1.305
@@ -772,6 +772,7 @@
                          (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 @@
                        (insert-text-button
                         "..."
                         :type 'help-xref
+                        'face 'link
                         'help-echo
                         "mouse-2, RET: next unencodable character"
                         'help-function func2
@@ -790,7 +792,7 @@
 
 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\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]