]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove FAQ section "Highlighting a region" (Bug#37818)
authorStefan Kangas <stefankangas@gmail.com>
Fri, 18 Oct 2019 20:55:56 +0000 (22:55 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 19 Oct 2019 12:32:11 +0000 (14:32 +0200)
* doc/misc/efaq.texi (Highlighting a region): Remove section.

doc/misc/efaq.texi

index bb79b6c837ac0d710374ce5f36271ba4bab620f9..a8d03cca74fabcc1d3c9a78d7e527dbdd4c7e883 100644 (file)
@@ -1765,23 +1765,6 @@ determines which interpreter you're using by examining the first line of
 the script.  Use @kbd{C-h v} (or @kbd{M-x describe-variable}) on
 @code{interpreter-mode-alist} to learn more.
 
-@node Highlighting a region
-@section How can I highlight a region of text in Emacs?
-@cindex Highlighting text
-@cindex Text, highlighting
-@cindex @code{transient-mark-mode}
-@cindex Region, highlighting a
-
-You can cause the region to be highlighted when the mark is active by
-including
-
-@lisp
-(transient-mark-mode 1)
-@end lisp
-
-@noindent
-in your @file{.emacs} file.  Since Emacs 23.1, this feature is on by default.
-
 @node Replacing highlighted text
 @section How can I replace highlighted text with what I type?
 @cindex @code{delete-selection-mode}