]> git.eshelyaron.com Git - emacs.git/commit
Document and announce 'marker-last-position'
authorMartin Rudalics <rudalics@gmx.at>
Sat, 16 Mar 2024 09:46:02 +0000 (10:46 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:43:42 +0000 (16:43 +0100)
commit9a67f9e010d5e346d0b20c26a090aeb0bb42e6f4
treefca8d1da7cb39e3778c798ae2a1971a4e2830281
parent953eef413d7acc47f3db3a9f44b6aa6151b41d52
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.

(cherry picked from commit c12852bbf61ebb9ae124033deb427b15ce1a2ffb)
doc/lispref/markers.texi
doc/lispref/windows.texi
etc/NEWS
src/window.c