From b40c84b07f27cb9a7b6cef59438f30b0b07b0cac Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 15 Jul 2009 01:29:41 +0000 Subject: [PATCH] Clarify last change. --- doc/lispref/markers.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index d4321362cc9..b9f1c41471a 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -577,9 +577,9 @@ modification. For example: @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 -- 2.39.2