summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-01-12 02:27:35 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-01-12 02:27:35 +0000
commit4c08ab31bc504bb583a2405e96065d831f8626a0 (patch)
tree49e5a50dd142cbaac4da5d0a52de22045e1b209b /lisp/tooltip.el
parentecbff27324701a9304fffa1090c5874dcef8b871 (diff)
downloademacs-4c08ab31bc504bb583a2405e96065d831f8626a0.tar.gz
(tooltip-mode): Doc fix.
Diffstat (limited to 'lisp/tooltip.el')
-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 @@
(define-minor-mode tooltip-mode
"Toggle Tooltip display.
-With ARG, turn tooltip mode on if and only if ARG is positive."
+With ARG, turn tooltip mode on if and only if ARG is positive.
+When this minor mode is enabled, Emacs displays help text
+in a pop-up window on mouse-over. When it is disabled,
+Emacs displays the help text in the echo area instead."
:global t
:init-value (not (or noninteractive
emacs-basic-display