* markers.texi (The Mark): Document optional arg to deactivate-mark.

This commit is contained in:
Chong Yidong 2009-07-15 01:28:57 +00:00
parent f9be2e3569
commit 6bbd4600f9
2 changed files with 9 additions and 3 deletions

View 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.

View 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