summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2024-03-16 10:46:02 +0100
committerMartin Rudalics <rudalics@gmx.at>2024-03-16 10:46:02 +0100
commitc12852bbf61ebb9ae124033deb427b15ce1a2ffb (patch)
tree14d2329049ce36ff8e9c34317310383f62f6f361 /etc
parent899ea79310d1b8ed78c3fd8ac1784043dd732dbf (diff)
downloademacs-c12852bbf61ebb9ae124033deb427b15ce1a2ffb.tar.gz
Document and announce 'marker-last-position'
* doc/lispref/markers.texi (Information from Markers): Document 'marker-last-position'. * etc/NEWS: Announce 'marker-last-position'. * src/window.c (window_restore_killed_buffer_windows): Minor doc-string fix. * doc/lispref/windows.texi (Window Configurations): Minor fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a654d2d8d79..8cad9412def 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1816,6 +1816,11 @@ improves performance. Such a Lisp program can then use the
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.
+
+
** Functions and variables to transpose sexps
+++