Mercurial > emacs
changeset 64452:4f79ca9c8974
(The Mark): Delete duplicate words.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 18 Jul 2005 15:39:17 +0000 |
parents | efc3cdafca80 |
children | 5bf18d0546ae |
files | lispref/markers.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.