aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-11-17 07:30:40 +0000
committerJuri Linkov2005-11-17 07:30:40 +0000
commitb26533d6dd98c4986dee5b23712f390ff511585b (patch)
treecd653e65e55bc2f4e1c99b0596ae1373cb491310
parentf43eaaefc8b1b475e67bbaece7ee9044fd43e7f1 (diff)
downloademacs-b26533d6dd98c4986dee5b23712f390ff511585b.tar.gz
emacs-b26533d6dd98c4986dee5b23712f390ff511585b.zip
(Highlight Interactively): Put this font-lock based mode
near Font Lock node.
-rw-r--r--man/display.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/display.texi b/man/display.texi
index 58e69ad4e60..ea8bb79d83a 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -14,8 +14,8 @@ display it.
14* Faces:: How to change the display style using faces. 14* Faces:: How to change the display style using faces.
15* Standard Faces:: Emacs' predefined faces. 15* Standard Faces:: Emacs' predefined faces.
16* Font Lock:: Minor mode for syntactic highlighting using faces. 16* Font Lock:: Minor mode for syntactic highlighting using faces.
17* Highlight Changes:: Using colors to show where you changed the buffer.
18* Highlight Interactively:: Tell Emacs what text to highlight. 17* Highlight Interactively:: Tell Emacs what text to highlight.
18* Highlight Changes:: Using colors to show where you changed the buffer.
19* Scrolling:: Moving text up and down in a window. 19* Scrolling:: Moving text up and down in a window.
20* Horizontal Scrolling:: Moving text left and right in a window. 20* Horizontal Scrolling:: Moving text left and right in a window.
21* Fringes:: Enabling or disabling window fringes. 21* Fringes:: Enabling or disabling window fringes.
@@ -385,14 +385,6 @@ control this background fontification, also called @dfn{Just-In-Time}
385(or @dfn{JIT}) Lock, by customizing variables in the customization 385(or @dfn{JIT}) Lock, by customizing variables in the customization
386group @samp{jit-lock}. @xref{Specific Customization}. 386group @samp{jit-lock}. @xref{Specific Customization}.
387 387
388@node Highlight Changes
389@section Highlight Changes Mode
390
391@findex highlight-changes-mode
392 Use @kbd{M-x highlight-changes-mode} to enable a minor mode
393that uses faces (colors, typically) to indicate which parts of
394the buffer were changed most recently.
395
396@node Highlight Interactively 388@node Highlight Interactively
397@section Interactive Highlighting by Matching 389@section Interactive Highlighting by Matching
398@cindex highlighting by matching 390@cindex highlighting by matching
@@ -460,6 +452,14 @@ This command does nothing if the major mode is a member of the list
460@code{hi-lock-exclude-modes}. 452@code{hi-lock-exclude-modes}.
461@end table 453@end table
462 454
455@node Highlight Changes
456@section Highlight Changes Mode
457
458@findex highlight-changes-mode
459 Use @kbd{M-x highlight-changes-mode} to enable a minor mode
460that uses faces (colors, typically) to indicate which parts of
461the buffer were changed most recently.
462
463@node Scrolling 463@node Scrolling
464@section Scrolling 464@section Scrolling
465 465