From: Juanma Barranquero Date: Tue, 3 Aug 2010 16:39:37 +0000 (+0200) Subject: which-func.el (which-func-format): Split help-echo text into lines. X-Git-Tag: emacs-pretest-23.2.90~139^2~35^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ebc731b45fea0b4d7d547cb37ca2675d5940106;p=emacs.git which-func.el (which-func-format): Split help-echo text into lines. --- 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