]> git.eshelyaron.com Git - emacs.git/commitdiff
* markers.texi (The Mark): Document optional arg to deactivate-mark.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 15 Jul 2009 01:28:57 +0000 (01:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 15 Jul 2009 01:28:57 +0000 (01:28 +0000)
doc/lispref/ChangeLog
doc/lispref/markers.texi

index a9f6c01b73e5baf2bbdc623d7efa03268c173527..226e03fc5b8a4a2b0d0c2479ea9d90efd58955aa 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * markers.texi (The Mark): Document optional arg to
+       deactivate-mark.
+
 2009-07-11  Kevin Ryde  <user42@zip.com.au>
 
        * hooks.texi (Standard Hooks): Fix cross-references.
index 78dbbefd7907709ec22e1d851ca8ec2b652658a0..d4321362cc90a06a313e6fd05b9dc6868ce98f00 100644 (file)
@@ -576,9 +576,10 @@ modification.  For example:
 @end example
 @end defvar
 
-@defun deactivate-mark
-This function deactivates the mark, if Transient Mark mode is enabled.
-Otherwise it does nothing.
+@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.
 @end defun
 
 @defvar mark-active