emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 11c3ec3: Remove FAQ section "Highlighting a region"


From: Stefan Kangas
Subject: [Emacs-diffs] master 11c3ec3: Remove FAQ section "Highlighting a region" (Bug#37818)
Date: Sat, 19 Oct 2019 08:35:02 -0400 (EDT)

branch: master
commit 11c3ec3df6ad79ee5175094f0cf14248d9724aa2
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Remove FAQ section "Highlighting a region" (Bug#37818)
    
    * doc/misc/efaq.texi (Highlighting a region): Remove section.
---
 doc/misc/efaq.texi | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index bb79b6c..a8d03cc 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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]