diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/markers.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index d4321362cc9..b9f1c41471a 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi | |||
| @@ -577,9 +577,9 @@ modification. For example: | |||
| 577 | @end defvar | 577 | @end defvar |
| 578 | 578 | ||
| 579 | @defun deactivate-mark &optional force | 579 | @defun deactivate-mark &optional force |
| 580 | This function deactivates the mark, provided Transient Mark mode is | 580 | If Transient Mark mode is enabled or @var{force} is non-@code{nil}, |
| 581 | enabled or @var{force} is non-@code{nil}. Deactivating the mark also | 581 | this function deactivates the mark and runs the normal hook |
| 582 | runs @code{deactivate-mark-hook}, described below. | 582 | @code{deactivate-mark-hook}. Otherwise, it does nothing. |
| 583 | @end defun | 583 | @end defun |
| 584 | 584 | ||
| 585 | @defvar mark-active | 585 | @defvar mark-active |