]> code.delx.au - gnu-emacs/commitdiff
Improve docs of transient-mark-mode (Bug#19841)
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Feb 2015 09:09:21 +0000 (11:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 Feb 2015 09:09:21 +0000 (11:09 +0200)
 src/buffer.c (syms_of_buffer): Doc fix.

 lisp/simple.el (transient-mark-mode): Doc fix.

lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/buffer.c

index 6fb752a48a96af5c417e9592c9e903edd6e2f675..9852068ed6866467146ea82eb53c58e4b7dc190c 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (transient-mark-mode): Doc fix.  (Bug#19841)
+
 2015-02-12  Agustín Martín Domingo <agustin6martin@gmail.com>
 
        Improve string search in `flyspell-word-search-*`. (Bug#16800)
index 497e4a1604fc47f220ee31cb69432d62d4fc36b7..ae07f6237cedf91fceb3541bf01cd4eb59026363 100644 (file)
@@ -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].
index 7a7fd23d43dae79d5aafd14035738807906fd70b..20d3fb34034c16b5ad218f1b4213092d3a7fc056 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * buffer.c (syms_of_buffer): Doc fix.  (Bug#19841)
+
 2015-02-08  Eli Zaretskii  <eliz@gnu.org>
 
        * xfaces.c (map_tty_color): Use assoc_no_quit instead of
index 250d8d24d7b5a6929b04625a8a409a4002ea18f4..b3b971633dd05eff0909975edddea4db3805d94e 100644 (file)
@@ -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.