]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify last change.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 15 Jul 2009 01:29:41 +0000 (01:29 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 15 Jul 2009 01:29:41 +0000 (01:29 +0000)
doc/lispref/markers.texi

index d4321362cc90a06a313e6fd05b9dc6868ce98f00..b9f1c41471afe4a5855b949e64240256c8a509f6 100644 (file)
@@ -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