diff options
| -rw-r--r-- | man/emacs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index 780b5c97b6e..503ec74bffd 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -329,11 +329,14 @@ Controlling the Display | |||
| 329 | * Font Lock:: Minor mode for syntactic highlighting using faces. | 329 | * Font Lock:: Minor mode for syntactic highlighting using faces. |
| 330 | * Highlight Interactively:: Tell Emacs what text to highlight. | 330 | * Highlight Interactively:: Tell Emacs what text to highlight. |
| 331 | * Fringes:: Enabling or disabling window fringes. | 331 | * Fringes:: Enabling or disabling window fringes. |
| 332 | * Displaying Boundaries:: Displaying top and bottom of the buffer. | ||
| 332 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. | 333 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. |
| 333 | * Selective Display:: Hiding lines with lots of indentation. | 334 | * Selective Display:: Hiding lines with lots of indentation. |
| 334 | * Optional Mode Line:: Optional mode line display features. | 335 | * Optional Mode Line:: Optional mode line display features. |
| 335 | * Text Display:: How text characters are normally displayed. | 336 | * Text Display:: How text characters are normally displayed. |
| 336 | * Cursor Display:: Features for displaying the cursor. | 337 | * Cursor Display:: Features for displaying the cursor. |
| 338 | * Line Truncation:: Truncating lines to fit the screen width instead | ||
| 339 | of continuing them to multiple screen lines. | ||
| 337 | * Display Custom:: Information on variables for customizing display. | 340 | * Display Custom:: Information on variables for customizing display. |
| 338 | 341 | ||
| 339 | Searching and Replacement | 342 | Searching and Replacement |