diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-08-03 18:39:37 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-08-03 18:39:37 +0200 |
commit | 9ebc731b45fea0b4d7d547cb37ca2675d5940106 (patch) | |
tree | 889b3f7a7e9860c4fd1f47b4ee814c56e946b1b8 /lisp/progmodes/which-func.el | |
parent | d5b8058fb09545686338769edf92a4f73c166520 (diff) | |
download | emacs-9ebc731b45fea0b4d7d547cb37ca2675d5940106.tar.gz |
which-func.el (which-func-format): Split help-echo text into lines.
Diffstat (limited to 'lisp/progmodes/which-func.el')
-rw-r--r-- | lisp/progmodes/which-func.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 |