mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(The Mark): Fix in `mark'.
This commit is contained in:
parent
f00239cf26
commit
bf2c10895e
@ -441,13 +441,14 @@ programming. So we do not describe it here.
|
||||
|
||||
@defun mark &optional force
|
||||
@cindex current buffer mark
|
||||
This function returns the current buffer's mark position as an integer.
|
||||
This function returns the current buffer's mark position as an integer,
|
||||
or @code{nil} if no mark has ever been set in this buffer.
|
||||
|
||||
If Transient Mark mode is enabled, @code{mark-even-if-inactive} is
|
||||
@code{nil} and the mark is inactive, @code{mark} normally signals
|
||||
an error. However, if @var{force} is non-@code{nil}, then @code{mark}
|
||||
returns the mark position anyway---or @code{nil}, if the mark is not
|
||||
yet set for this buffer.
|
||||
If Transient Mark mode is enabled, and @code{mark-even-if-inactive} is
|
||||
@code{nil}, @code{mark} signals an error if the mark is inactive.
|
||||
However, if @var{force} is non-@code{nil}, then @code{mark} disregards
|
||||
inactivity of the mark, and returns the mark position anyway (or
|
||||
@code{nil}).
|
||||
@end defun
|
||||
|
||||
@defun mark-marker
|
||||
|
Loading…
Reference in New Issue
Block a user