summaryrefslogtreecommitdiff
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8cad9412def..50f0ee4a1aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1817,8 +1817,9 @@ It returns the name of a buffer before the last time it was renamed or
killed.
** New primitive 'marker-last-position'.
-It returns the last position of MARKER in its buffer even if that buffer
-has been killed.
+It returns the last position of a marker in its buffer even if that
+buffer has been killed. ('marker-position' would return nil in that
+case.)
** Functions and variables to transpose sexps