emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99963: which-func.el (which-func-


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99963: which-func.el (which-func-format): Split help-echo text into lines.
Date: Tue, 03 Aug 2010 18:39:37 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99963
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-08-03 18:39:37 +0200
message:
  which-func.el (which-func-format): Split help-echo text into lines.
modified:
  lisp/ChangeLog
  lisp/progmodes/which-func.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-03 13:04:20 +0000
+++ b/lisp/ChangeLog    2010-08-03 16:39:37 +0000
@@ -1,5 +1,8 @@
 2010-08-03  Juanma Barranquero  <address@hidden>
 
+       * progmodes/which-func.el (which-func-format): Split help-echo text
+       into lines, like other mode-line tooltips.
+
        * server.el (server-start): When using TCP sockets, force IPv4
        and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
 

=== modified file 'lisp/progmodes/which-func.el'
--- a/lisp/progmodes/which-func.el      2010-01-13 08:35:10 +0000
+++ b/lisp/progmodes/which-func.el      2010-08-03 16:39:37 +0000
@@ -145,7 +145,9 @@
                 local-map ,which-func-keymap
                 face which-func
                 ;;mouse-face highlight ; currently not evaluated :-(
-                help-echo "mouse-1: go to beginning, mouse-2: toggle rest 
visibility, mouse-3: go to end")
+                help-echo "mouse-1: go to beginning\n\
+mouse-2: toggle rest visibility\n\
+mouse-3: go to end")
     "]")
   "Format for displaying the function in the mode line."
   :group 'which-func


reply via email to

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