* simple.el (transient-mark-mode): Doc fix.
authorChong Yidong <cyd@gnu.org>
Wed, 28 Nov 2012 07:16:45 +0000 (15:16 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 28 Nov 2012 07:16:45 +0000 (15:16 +0800)
Fixes: debbugs:11523

lisp/ChangeLog
lisp/simple.el

index 23caba1..a48ac37 100644 (file)
@@ -1,5 +1,7 @@
 2012-11-28  Chong Yidong  <cyd@gnu.org>
 
+       * simple.el (transient-mark-mode): Doc fix (Bug#11523).
+
        * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
        (buffer-menu): Doc fix (Bug#12294).
 
index 5867561..589f178 100644 (file)
@@ -4332,14 +4332,14 @@ else--for example, incremental search, \\[beginning-of-buffer], and \\[end-of-bu
 You can also deactivate the mark by typing \\[keyboard-quit] or
 \\[keyboard-escape-quit].
 
-Many commands change their behavior when Transient Mark mode is in effect
-and the mark is active, by acting on the region instead of their usual
-default part of the buffer's text.  Examples of such commands include
-\\[comment-dwim], \\[flush-lines], \\[keep-lines], \
+Many commands change their behavior when Transient Mark mode is
+in effect and the mark is active, by acting on the region instead
+of their usual default part of the buffer's text.  Examples of
+such commands include \\[comment-dwim], \\[flush-lines], \\[keep-lines],
 \\[query-replace], \\[query-replace-regexp], \\[ispell], and \\[undo].
-Invoke \\[apropos-documentation] and type \"transient\" or
-\"mark.*active\" at the prompt, to see the documentation of
-commands which are sensitive to the Transient Mark mode."
+To see the documentation of commands which are sensitive to the
+Transient Mark mode, invoke \\[apropos-documentation] and type \"transient\"
+or \"mark.*active\" at the prompt."
   :global t
   ;; It's defined in C/cus-start, this stops the d-m-m macro defining it again.
   :variable transient-mark-mode)