Clarify last change.
This commit is contained in:
parent
6bbd4600f9
commit
b40c84b07f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue