aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2005-07-18 15:39:17 +0000
committerJuri Linkov <[email protected]>2005-07-18 15:39:17 +0000
commit0c49e454d840c8ff8208e265b3b62e8583a24c3f (patch)
treeeb4e70ecce973cd4fa74b9e333f8dd83aa52da7d /lispref
parent45221c9e3102214ed412b99056a55504ccc51ac0 (diff)
(The Mark): Delete duplicate words.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/markers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi
index 4eb34ce13a..60b2aae6a9 100644
--- a/lispref/markers.texi
+++ b/lispref/markers.texi
@@ -444,7 +444,7 @@ programming. So we do not describe it here.
This function returns the current buffer's mark position as an integer.
If Transient Mark mode is enabled, @code{mark-even-if-inactive} is
-@code{nil} and and the mark is inactive, @code{mark} normally signals
+@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.