changeset 103895:8f9899f50e02

Clarify last change.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 15 Jul 2009 01:29:41 +0000
parents 60606ee8aee7
children a4d216dbf517
files doc/lispref/markers.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/markers.texi	Wed Jul 15 01:28:57 2009 +0000
+++ b/doc/lispref/markers.texi	Wed Jul 15 01:29:41 2009 +0000
@@ -577,9 +577,9 @@
 @end defvar
 
 @defun deactivate-mark &optional force
-This function deactivates the mark, provided Transient Mark mode is
-enabled or @var{force} is non-@code{nil}.  Deactivating the mark also
-runs @code{deactivate-mark-hook}, described below.
+If Transient Mark mode is enabled or @var{force} is non-@code{nil},
+this function deactivates the mark and runs the normal hook
+@code{deactivate-mark-hook}.  Otherwise, it does nothing.
 @end defun
 
 @defvar mark-active