Index: emacs/lispref/markers.texi
diff -c emacs/lispref/markers.texi:1.21 emacs/lispref/markers.texi:1.22
*** emacs/lispref/markers.texi:1.21     Sat Mar 26 02:04:33 2005
--- emacs/lispref/markers.texi  Thu Jun 23 07:37:15 2005
***************
*** 557,565 ****
  
  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
--- 557,565 ----
  
  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 @code{transient-mark-mode} is
  @code{identity}.  If it is still @code{identity} at the end of the
! command, it changes to @code{nil}.
  @end defopt
  
  @defopt mark-even-if-inactive


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to