emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tooltip.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Thu, 12 Jan 2006 02:27:35 +0000

Index: emacs/lisp/tooltip.el
diff -u emacs/lisp/tooltip.el:1.72 emacs/lisp/tooltip.el:1.73
--- emacs/lisp/tooltip.el:1.72  Tue Dec 20 21:42:19 2005
+++ emacs/lisp/tooltip.el       Thu Jan 12 02:27:35 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]