aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-16 10:13:01 +0000
committerRichard M. Stallman2005-02-16 10:13:01 +0000
commit3f6cafd9cf62fdd525b36a1feb61da6890cc6ba7 (patch)
treeec384b6756d500d3179d74f8e99210214a3904b6
parent049224f65c4d5898edef1a2c1799bbdbff07bf5e (diff)
downloademacs-3f6cafd9cf62fdd525b36a1feb61da6890cc6ba7.tar.gz
emacs-3f6cafd9cf62fdd525b36a1feb61da6890cc6ba7.zip
(Top): Update display.texi and frames.texi submenu data.
-rw-r--r--man/emacs.texi17
1 files changed, 10 insertions, 7 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index 3bfc95aac5a..328aac30bb7 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -305,12 +305,19 @@ Registers
305 305
306Controlling the Display 306Controlling the Display
307 307
308* Faces:: How to change the display style using faces.
309* Font Lock:: Minor mode for syntactic highlighting using faces.
310* Highlight Changes:: Using colors to show where you changed the buffer.
311* Highlight Interactively:: Tell Emacs what text to highlight.
308* Scrolling:: Moving text up and down in a window. 312* Scrolling:: Moving text up and down in a window.
309* Horizontal Scrolling:: Moving text left and right in a window. 313* Horizontal Scrolling:: Moving text left and right in a window.
314* Fringes:: Enabling or disabling window fringes.
315* Useless Whitespace:: Showing possibly-spurious trailing whitespace.
310* Follow Mode:: Follow mode lets two windows scroll as one. 316* Follow Mode:: Follow mode lets two windows scroll as one.
311* Selective Display:: Hiding lines with lots of indentation. 317* Selective Display:: Hiding lines with lots of indentation.
312* Optional Mode Line:: Optional mode line display features. 318* Optional Mode Line:: Optional mode line display features.
313* Text Display:: How text is normally displayed. 319* Text Display:: How text characters are normally displayed.
320* Cursor Display:: Features for displaying the cursor.
314* Display Custom:: Information on variables for customizing display. 321* Display Custom:: Information on variables for customizing display.
315 322
316Searching and Replacement 323Searching and Replacement
@@ -418,15 +425,11 @@ Frames and X Windows
418* Frame Parameters:: Changing the colors and other modes of frames. 425* Frame Parameters:: Changing the colors and other modes of frames.
419* Scroll Bars:: How to enable and disable scroll bars; how to use them. 426* Scroll Bars:: How to enable and disable scroll bars; how to use them.
420* Wheeled Mice:: Using mouse wheels for scrolling. 427* Wheeled Mice:: Using mouse wheels for scrolling.
428* Drag and Drop:: Using drag and drop to open files and insert text.
421* Menu Bars:: Enabling and disabling the menu bar. 429* Menu Bars:: Enabling and disabling the menu bar.
422* Tool Bars:: Enabling and disabling the tool bar. 430* Tool Bars:: Enabling and disabling the tool bar.
423* Dialog Boxes:: Controlling use of dialog boxes. 431* Dialog Boxes:: Controlling use of dialog boxes.
424* Faces:: How to change the display style using faces. 432* Tooltips:: Showing "tooltips", AKA "balloon help" for active text.
425* Font Lock:: Minor mode for syntactic highlighting using faces.
426* Highlight Changes:: Using colors to show where you changed the buffer.
427* Highlight Interactively:: Tell Emacs what text to highlight.
428* Useless Whitespace:: Showing possibly-spurious trailing whitespace.
429* Tooltips:: Showing "tooltips", AKA "ballon help" for active text.
430* Mouse Avoidance:: Moving the mouse pointer out of the way. 433* Mouse Avoidance:: Moving the mouse pointer out of the way.
431* Non-Window Terminals:: Multiple frames on terminals that show only one. 434* Non-Window Terminals:: Multiple frames on terminals that show only one.
432* XTerm Mouse:: Using the mouse in an XTerm terminal emulator. 435* XTerm Mouse:: Using the mouse in an XTerm terminal emulator.