comparison man/frames.texi @ 41486:de636eea1557

Remove comments about tooltips not being supported on MS-Windows.
author Jason Rumney <jasonr@gnu.org>
date Sun, 25 Nov 2001 11:33:04 +0000
parents 608e18d9fb18
children eb194a8d11de
comparison
equal deleted inserted replaced
41485:28a987555ba1 41486:de636eea1557
29 so that you can use many of the features described in this chapter. 29 so that you can use many of the features described in this chapter.
30 @xref{MS-DOS Input}, for more information. 30 @xref{MS-DOS Input}, for more information.
31 31
32 @cindex MS Windows 32 @cindex MS Windows
33 Emacs compiled for MS Windows mostly supports the same features as 33 Emacs compiled for MS Windows mostly supports the same features as
34 under X. However, images, tool bars, and tooltips are not yet 34 under X. However, images and tool bars are not yet available in Emacs
35 available in Emacs version 21.1 on MS-Windows. 35 version 21.3 on MS-Windows.
36 36
37 @menu 37 @menu
38 * Mouse Commands:: Moving, cutting, and pasting, with the mouse. 38 * Mouse Commands:: Moving, cutting, and pasting, with the mouse.
39 * Secondary Selection:: Cutting without altering point and mark. 39 * Secondary Selection:: Cutting without altering point and mark.
40 * Clipboard:: Using the clipboard for selections. 40 * Clipboard:: Using the clipboard for selections.
848 To use tooltips, enable Tooltip mode with the command @kbd{M-x 848 To use tooltips, enable Tooltip mode with the command @kbd{M-x
849 tooltip-mode}. The customization group @code{tooltip} controls 849 tooltip-mode}. The customization group @code{tooltip} controls
850 various aspects of how tooltips work. When Tooltip mode is disabled, 850 various aspects of how tooltips work. When Tooltip mode is disabled,
851 the help text is displayed in the echo area instead. 851 the help text is displayed in the echo area instead.
852 852
853 As of Emacs 21.1, tooltips are not supported on MS-Windows,
854 so on that system the help text always appears in the echo area.
855
856 @xref{X Resources}, for information on customizing the windows 853 @xref{X Resources}, for information on customizing the windows
857 that display tooltips. 854 that display tooltips.
858 855
859 @node Mouse Avoidance 856 @node Mouse Avoidance
860 @section Mouse Avoidance 857 @section Mouse Avoidance