summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-03-16 11:58:56 +0200
committerEli Zaretskii <eliz@gnu.org>2024-03-16 11:58:56 +0200
commitd855f1c3f9c488f48694fe63bbc49d66d775c16c (patch)
tree3014e5d5db310748769cb0532ab2febd3a86fe8d /doc
parentd60d625f6e76781bc4f3640ec269a051b3ecb1ae (diff)
downloademacs-d855f1c3f9c488f48694fe63bbc49d66d775c16c.tar.gz
; Fix recent changes in documentation
* doc/lispref/markers.texi (Information from Markers): * etc/NEWS: Improve description of 'marker-last-position'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/markers.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index 28ad0ff73c0..a13edb02ae6 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -285,9 +285,10 @@ This function returns the position that @var{marker} points to, or
@defun marker-last-position marker
This function returns the last known position of @var{marker} in its
-buffer. It behaves like @code{marker-position} with one exception: If
+buffer. It behaves like @code{marker-position} with one exception: if
the buffer of @var{marker} has been killed, it returns the last position
-of @var{marker} in that buffer before it was killed.
+of @var{marker} in that buffer before the buffer was killed, instead of
+returning @code{nil}.
@end defun
@defun marker-buffer marker