From: Stefan Kangas Date: Fri, 18 Oct 2019 20:55:56 +0000 (+0200) Subject: Remove FAQ section "Highlighting a region" (Bug#37818) X-Git-Tag: emacs-27.0.90~984 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11c3ec3df6ad79ee5175094f0cf14248d9724aa2;p=emacs.git Remove FAQ section "Highlighting a region" (Bug#37818) * doc/misc/efaq.texi (Highlighting a region): Remove section. --- diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index bb79b6c837a..a8d03cca74f 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi @@ -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}