]> code.delx.au - gnu-emacs/blobdiff - lisp/simple.el
Merge from origin/emacs-24
[gnu-emacs] / lisp / simple.el
index 2f09042d817e08aadc19c855d5ca1be0d12f48c1..1e64f998fd43e1a3b05a36dbcfcc6cba5fc48d6c 100644 (file)
@@ -5168,10 +5168,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].