aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/markers.texi7
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index a9f6c01b73e..226e03fc5b8 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12009-07-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * markers.texi (The Mark): Document optional arg to
4 deactivate-mark.
5
12009-07-11 Kevin Ryde <user42@zip.com.au> 62009-07-11 Kevin Ryde <user42@zip.com.au>
2 7
3 * hooks.texi (Standard Hooks): Fix cross-references. 8 * hooks.texi (Standard Hooks): Fix cross-references.
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index 78dbbefd790..d4321362cc9 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -576,9 +576,10 @@ modification. For example:
576@end example 576@end example
577@end defvar 577@end defvar
578 578
579@defun deactivate-mark 579@defun deactivate-mark &optional force
580This function deactivates the mark, if Transient Mark mode is enabled. 580This function deactivates the mark, provided Transient Mark mode is
581Otherwise it does nothing. 581enabled or @var{force} is non-@code{nil}. Deactivating the mark also
582runs @code{deactivate-mark-hook}, described below.
582@end defun 583@end defun
583 584
584@defvar mark-active 585@defvar mark-active