diff options
Diffstat (limited to 'doc/emacs/glossary.texi')
-rw-r--r-- | doc/emacs/glossary.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi index 5d9857022e3..a54c1b316cb 100644 --- a/doc/emacs/glossary.texi +++ b/doc/emacs/glossary.texi @@ -566,11 +566,10 @@ Highlighting text means displaying it with a different foreground and/or background color to make it stand out from the rest of the text in the buffer. -Emacs uses highlighting in several ways. When you mark a region with -the mouse, the region is always highlighted. Optionally Emacs can -also highlight the region whenever it is active (@pxref{Transient -Mark}). Incremental search also highlights matches (@pxref{Incremental -Search}). See also `font lock'. +Emacs uses highlighting in several ways. It highlights the region +whenever it is active (@pxref{Mark}). Incremental search also +highlights matches (@pxref{Incremental Search}). See also `font +lock'. @item Hardcopy Hardcopy means printed output. Emacs has commands for making printed |