* markers.texi (The Mark): Document optional arg to deactivate-mark.
This commit is contained in:
parent
f9be2e3569
commit
6bbd4600f9
2 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue