emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100263: * simple.el (transient-mark-mode): Doc fix (Bug#7465).
Date: Sat, 04 Dec 2010 16:15:17 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100263
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-12-04 16:15:17 -0500
message:
  * simple.el (transient-mark-mode): Doc fix (Bug#7465).
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-12-04 12:52:04 +0000
+++ b/lisp/ChangeLog    2010-12-04 21:15:17 +0000
@@ -1,3 +1,7 @@
+2010-12-04  Chong Yidong  <address@hidden>
+
+       * simple.el (transient-mark-mode): Doc fix (Bug#7465).
+
 2010-12-04  Eli Zaretskii  <address@hidden>
 
        * files.el (file-relative-name): Handle UNC file names on

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-11-18 02:09:41 +0000
+++ b/lisp/simple.el    2010-12-04 21:15:17 +0000
@@ -3916,15 +3916,17 @@
 The variable `highlight-nonselected-windows' controls whether to highlight
 all windows or just the selected window.
 
-If the value is `lambda', that enables Transient Mark mode temporarily.
-After any subsequent action that would normally deactivate the mark
-\(such as buffer modification), Transient Mark mode is turned off.
-
-If the value is (only . OLDVAL), that enables Transient Mark mode
-temporarily.  After any subsequent point motion command that is not
-shift-translated, or any other action that would normally deactivate
-the mark (such as buffer modification), the value of
-`transient-mark-mode' is set to OLDVAL.")
+Lisp programs may give this variable certain special values:
+
+- A value of `lambda' enables Transient Mark mode temporarily.
+  It is disabled again after any subsequent action that would
+  normally deactivate the mark (e.g. buffer modification).
+
+- A value of (only . OLDVAL) enables Transient Mark mode
+  temporarily.  After any subsequent point motion command that is
+  not shift-translated, or any other action that would normally
+  deactivate the mark (e.g. buffer modification), the value of
+  `transient-mark-mode' is set to OLDVAL.")
 
 (defvar widen-automatically t
   "Non-nil means it is ok for commands to call `widen' when they want to.


reply via email to

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