diff options
| author | Juri Linkov | 2005-07-18 15:39:17 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 15:39:17 +0000 |
| commit | 0c49e454d840c8ff8208e265b3b62e8583a24c3f (patch) | |
| tree | eb4e70ecce973cd4fa74b9e333f8dd83aa52da7d | |
| parent | 45221c9e3102214ed412b99056a55504ccc51ac0 (diff) | |
| download | emacs-0c49e454d840c8ff8208e265b3b62e8583a24c3f.tar.gz emacs-0c49e454d840c8ff8208e265b3b62e8583a24c3f.zip | |
(The Mark): Delete duplicate words.
| -rw-r--r-- | lispref/markers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi index 4eb34ce13a0..60b2aae6a98 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi | |||
| @@ -444,7 +444,7 @@ programming. So we do not describe it here. | |||
| 444 | This function returns the current buffer's mark position as an integer. | 444 | This function returns the current buffer's mark position as an integer. |
| 445 | 445 | ||
| 446 | If Transient Mark mode is enabled, @code{mark-even-if-inactive} is | 446 | If Transient Mark mode is enabled, @code{mark-even-if-inactive} is |
| 447 | @code{nil} and and the mark is inactive, @code{mark} normally signals | 447 | @code{nil} and the mark is inactive, @code{mark} normally signals |
| 448 | an error. However, if @var{force} is non-@code{nil}, then @code{mark} | 448 | an error. However, if @var{force} is non-@code{nil}, then @code{mark} |
| 449 | returns the mark position anyway---or @code{nil}, if the mark is not | 449 | returns the mark position anyway---or @code{nil}, if the mark is not |
| 450 | yet set for this buffer. | 450 | yet set for this buffer. |