emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 8b3ba7a: Improve docs of transient-mark-mode (Bug


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 8b3ba7a: Improve docs of transient-mark-mode (Bug#19841)
Date: Fri, 13 Feb 2015 09:10:36 +0000

branch: emacs-24
commit 8b3ba7ae659571897f270a657379dce38e59a718
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve docs of transient-mark-mode  (Bug#19841)
    
     src/buffer.c (syms_of_buffer): Doc fix.
    
     lisp/simple.el (transient-mark-mode): Doc fix.
---
 lisp/ChangeLog |    4 ++++
 lisp/simple.el |    9 +++++----
 src/ChangeLog  |    4 ++++
 src/buffer.c   |    1 +
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6fb752a..9852068 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-13  Eli Zaretskii  <address@hidden>
+
+       * simple.el (transient-mark-mode): Doc fix.  (Bug#19841)
+
 2015-02-12  Agustín Martín Domingo <address@hidden>
 
        Improve string search in `flyspell-word-search-*`. (Bug#16800)
diff --git a/lisp/simple.el b/lisp/simple.el
index 497e4a16..ae07f62 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4810,10 +4810,11 @@ positive, and disable it otherwise.  If called from 
Lisp, enable
 Transient Mark mode if ARG is omitted or nil.
 
 Transient Mark mode is a global minor mode.  When enabled, the
-region is highlighted whenever the mark is active.  The mark is
-\"deactivated\" by changing the buffer, and after certain other
-operations that set the mark but whose main purpose is something
-else--for example, incremental search, \\[beginning-of-buffer], and 
\\[end-of-buffer].
+region is highlighted with the `region' face whenever the mark
+is active.  The mark is \"deactivated\" by changing the buffer,
+and after certain other operations that set the mark but whose
+main purpose is something else--for example, incremental search,
+\\[beginning-of-buffer], and \\[end-of-buffer].
 
 You can also deactivate the mark by typing \\[keyboard-quit] or
 \\[keyboard-escape-quit].
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a7fd23..20d3fb3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-13  Eli Zaretskii  <address@hidden>
+
+       * buffer.c (syms_of_buffer): Doc fix.  (Bug#19841)
+
 2015-02-08  Eli Zaretskii  <address@hidden>
 
        * xfaces.c (map_tty_color): Use assoc_no_quit instead of
diff --git a/src/buffer.c b/src/buffer.c
index 250d8d2..b3b9716 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6242,6 +6242,7 @@ If the buffer has never been shown in a window, the value 
is nil.  */);
 See the command `transient-mark-mode' for a description of this minor mode.
 
 Non-nil also enables highlighting of the region whenever the mark is active.
+The region is highlighted with the `region' face.
 The variable `highlight-nonselected-windows' controls whether to highlight
 all windows or just the selected window.
 



reply via email to

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