From 9ebc731b45fea0b4d7d547cb37ca2675d5940106 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 3 Aug 2010 18:39:37 +0200 Subject: [PATCH] which-func.el (which-func-format): Split help-echo text into lines. --- lisp/ChangeLog | 3 +++ lisp/progmodes/which-func.el | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0650ea89e2..00f6fcfac02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-08-03 Juanma Barranquero + * 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.) diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 6a72c161429..469786e04dd 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el @@ -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 -- 2.11.4.GIT