all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tooltip-mode docstring
@ 2006-01-10  3:21 Luc Teirlinck
       [not found] ` <17347.11883.424247.69329@kahikatea.snap.net.nz>
  0 siblings, 1 reply; 5+ messages in thread
From: Luc Teirlinck @ 2006-01-10  3:21 UTC (permalink / raw)


The docstring of tooltip-mode does not seem very helpful.  It
misleadingly suggests that if you disable it, you do not get to see
any help-text on mouse-over, whereas tooltip-mode only determines
_where_ you see that thext rather than _whether_ you see it.

Unless there are objections, I plan to install the following doc fix:

===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 tooltip 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
============================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-01-11  0:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-10  3:21 tooltip-mode docstring Luc Teirlinck
     [not found] ` <17347.11883.424247.69329@kahikatea.snap.net.nz>
2006-01-10  3:58   ` Luc Teirlinck
2006-01-10  6:08     ` Nick Roberts
2006-01-10 15:37       ` Luc Teirlinck
2006-01-11  0:49       ` Richard M. Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.