From: Eli Zaretskii Date: Wed, 15 Oct 2008 19:53:00 +0000 (+0000) Subject: (The Mark): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~2453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66e3cca6f38c77031a10564f6e50d7bbdfccb252;p=emacs.git (The Mark): Fix last change. --- diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index c63b383d1ba..54bf0bf2a3d 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -557,7 +557,7 @@ make the mark inactive. Lisp programs can set @code{transient-mark-mode} to non-@code{nil}, non-@code{t} values to enable Transient Mark mode temporarily. If the -value is @code{lambda}, Transient Mark Mode is automatically turned +value is @code{lambda}, Transient Mark mode is automatically turned off after any action, such as buffer modification, that would normally deactivate the mark. If the value is @w{@code{(only . @var{oldval})}}, then @code{transient-mark-mode} is set to the value @var{oldval} after