]> git.eshelyaron.com Git - emacs.git/commitdiff
which-func.el (which-func-format): Split help-echo text into lines.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 3 Aug 2010 16:39:37 +0000 (18:39 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 3 Aug 2010 16:39:37 +0000 (18:39 +0200)
lisp/ChangeLog
lisp/progmodes/which-func.el

index f0650ea89e2a8736c9361ca01099b0ef3c297aad..00f6fcfac0210e1272aae2ecd73f94fb74e22e2c 100644 (file)
@@ -1,5 +1,8 @@
 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
 
+       * 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.)
 
index 6a72c161429fa144152bcbbc73fc0cd520804803..469786e04ddbf8f6408c6af20ac7ffc7a87e911f 100644 (file)
@@ -145,7 +145,9 @@ Zero means compute the Imenu menu regardless of size."
                 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