aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-01-12 02:27:35 +0000
committerLuc Teirlinck2006-01-12 02:27:35 +0000
commit4c08ab31bc504bb583a2405e96065d831f8626a0 (patch)
tree49e5a50dd142cbaac4da5d0a52de22045e1b209b
parentecbff27324701a9304fffa1090c5874dcef8b871 (diff)
downloademacs-4c08ab31bc504bb583a2405e96065d831f8626a0.tar.gz
emacs-4c08ab31bc504bb583a2405e96065d831f8626a0.zip
(tooltip-mode): Doc fix.
-rw-r--r--lisp/tooltip.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index e88bc6017ce..5d19e8cfba4 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -48,7 +48,10 @@
48 48
49(define-minor-mode tooltip-mode 49(define-minor-mode tooltip-mode
50 "Toggle Tooltip display. 50 "Toggle Tooltip display.
51With ARG, turn tooltip mode on if and only if ARG is positive." 51With ARG, turn tooltip mode on if and only if ARG is positive.
52When this minor mode is enabled, Emacs displays help text
53in a pop-up window on mouse-over. When it is disabled,
54Emacs displays the help text in the echo area instead."
52 :global t 55 :global t
53 :init-value (not (or noninteractive 56 :init-value (not (or noninteractive
54 emacs-basic-display 57 emacs-basic-display