emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/markers.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/markers.texi
Date: Fri, 25 Mar 2005 21:04:33 -0500

Index: emacs/lispref/markers.texi
diff -c emacs/lispref/markers.texi:1.20 emacs/lispref/markers.texi:1.21
*** emacs/lispref/markers.texi:1.20     Sun Feb 27 00:02:17 2005
--- emacs/lispref/markers.texi  Sat Mar 26 02:04:33 2005
***************
*** 554,559 ****
--- 554,565 ----
  every buffer-modifying primitive sets @code{deactivate-mark}.  The
  consequence of this is that commands that modify the buffer normally
  make the mark inactive.
+ 
+ Lisp programs can set @code{transient-mark-mode} to @code{only} to
+ enable Transient Mark mode for the following command only.  During
+ that following command, the value of transient-mark-mode is
+ @code{identity}.  If it is still @code{identity} at the end of the
+ command, it changes to nil.
  @end defopt
  
  @defopt mark-even-if-inactive




reply via email to

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