From: Richard M. Stallman Date: Wed, 31 Oct 2001 21:59:42 +0000 (+0000) Subject: More explanation of "highlighting". X-Git-Tag: ttn-vms-21-2-B4~18933 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d804f4d6ca9a605623af39d486306d2929ff3ebe;p=emacs.git More explanation of "highlighting". --- diff --git a/man/glossary.texi b/man/glossary.texi index 67adfd017d1..28bd7e88305 100644 --- a/man/glossary.texi +++ b/man/glossary.texi @@ -540,6 +540,12 @@ 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 (@pref{Transient +Mark}). Incremental search also highlights matches (@pref{Incremental +Search}). See also `font lock'. + @item Hardcopy Hardcopy means printed output. Emacs has commands for making printed listings of text in Emacs buffers. @xref{Hardcopy}.