diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-03-28 19:04:04 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-03-28 19:04:04 +0000 |
commit | c838886252b18058bda047d00e883011ccd87a72 (patch) | |
tree | a14b91598b96bb62c957b0a8b0d6fb700349defd /doc | |
parent | a4fd86b1819b3d9e866843b21200062a08d723e0 (diff) | |
download | emacs-c838886252b18058bda047d00e883011ccd87a72.tar.gz emacs-c838886252b18058bda047d00e883011ccd87a72.tar.bz2 emacs-c838886252b18058bda047d00e883011ccd87a72.zip |
(Glossary): Treat Transient Mark mode as the default.
Diffstat (limited to 'doc')
-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 |