emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110972: * simple.el (transient-ma


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110972: * simple.el (transient-mark-mode): Doc fix.
Date: Wed, 28 Nov 2012 15:16:45 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110972
fixes bug: http://debbugs.gnu.org/11523
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-11-28 15:16:45 +0800
message:
  * simple.el (transient-mark-mode): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-28 07:12:56 +0000
+++ b/lisp/ChangeLog    2012-11-28 07:16:45 +0000
@@ -1,5 +1,7 @@
 2012-11-28  Chong Yidong  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-11-20 17:44:04 +0000
+++ b/lisp/simple.el    2012-11-28 07:16:45 +0000
@@ -4332,14 +4332,14 @@
 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)


reply via email to

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