# HG changeset patch # User Juanma Barranquero # Date 1280853577 -7200 # Node ID b1689e2cce221a02ecb687d2aa2b40cd5c5471d4 # Parent d6a9e2c31587848738af973b424ba2aaa5e1fc3b which-func.el (which-func-format): Split help-echo text into lines. diff -r d6a9e2c31587 -r b1689e2cce22 lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 03 15:04:20 2010 +0200 +++ b/lisp/ChangeLog Tue Aug 03 18:39:37 2010 +0200 @@ -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 -r d6a9e2c31587 -r b1689e2cce22 lisp/progmodes/which-func.el --- a/lisp/progmodes/which-func.el Tue Aug 03 15:04:20 2010 +0200 +++ b/lisp/progmodes/which-func.el Tue Aug 03 18:39:37 2010 +0200 @@ -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