[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tooltip-mode docstring
From: |
Luc Teirlinck |
Subject: |
Re: tooltip-mode docstring |
Date: |
Mon, 9 Jan 2006 21:58:11 -0600 (CST) |
Nick Roberts wrote:
A tooltip is, by definition, a window that pops up on mouse-over (it's
called balloon help in the manual).
This assumes that the reader knows this.
What about just replacing "tooltip" in my original text with "window"
to avoid redundancy:
===File ~/tooltip-diff======================================
*** tooltip.el 20 Dec 2005 15:59:43 -0600 1.72
--- tooltip.el 09 Jan 2006 21:14:26 -0600
***************
*** 48,54 ****
(define-minor-mode tooltip-mode
"Toggle Tooltip display.
! With ARG, turn tooltip mode on if and only if ARG is positive."
:global t
:init-value (not (or noninteractive
emacs-basic-display
--- 48,57 ----
(define-minor-mode tooltip-mode
"Toggle Tooltip display.
! 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
============================================================
- tooltip-mode docstring, Luc Teirlinck, 2006/01/09
- Message not available
- Re: tooltip-mode docstring,
Luc Teirlinck <=