# HG changeset patch # User Juri Linkov # Date 1121701157 0 # Node ID 4f79ca9c8974d85fa6a65f2d5063144d087b092a # Parent efc3cdafca80f37d8ed3e7b60cd5f6e5faeca786 (The Mark): Delete duplicate words. diff -r efc3cdafca80 -r 4f79ca9c8974 lispref/markers.texi --- a/lispref/markers.texi Mon Jul 18 15:38:48 2005 +0000 +++ b/lispref/markers.texi Mon Jul 18 15:39:17 2005 +0000 @@ -444,7 +444,7 @@ 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.