comparison doc/lispref/markers.texi @ 103895:8f9899f50e02

Clarify last change.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 15 Jul 2009 01:29:41 +0000
parents 60606ee8aee7
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
103894:60606ee8aee7 103895:8f9899f50e02
575 (insert " ")) 575 (insert " "))
576 @end example 576 @end example
577 @end defvar 577 @end defvar
578 578
579 @defun deactivate-mark &optional force 579 @defun deactivate-mark &optional force
580 This function deactivates the mark, provided Transient Mark mode is 580 If Transient Mark mode is enabled or @var{force} is non-@code{nil},
581 enabled or @var{force} is non-@code{nil}. Deactivating the mark also 581 this function deactivates the mark and runs the normal hook
582 runs @code{deactivate-mark-hook}, described below. 582 @code{deactivate-mark-hook}. Otherwise, it does nothing.
583 @end defun 583 @end defun
584 584
585 @defvar mark-active 585 @defvar mark-active
586 The mark is active when this variable is non-@code{nil}. This 586 The mark is active when this variable is non-@code{nil}. This
587 variable is always buffer-local in each buffer. Do @emph{not} use the 587 variable is always buffer-local in each buffer. Do @emph{not} use the