diff options
| author | Martin Rudalics | 2024-03-16 10:46:02 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2024-03-16 10:46:02 +0100 |
| commit | c12852bbf61ebb9ae124033deb427b15ce1a2ffb (patch) | |
| tree | 14d2329049ce36ff8e9c34317310383f62f6f361 /src/window.c | |
| parent | 899ea79310d1b8ed78c3fd8ac1784043dd732dbf (diff) | |
| download | emacs-c12852bbf61ebb9ae124033deb427b15ce1a2ffb.tar.gz emacs-c12852bbf61ebb9ae124033deb427b15ce1a2ffb.zip | |
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 'src/window.c')
| -rw-r--r-- | src/window.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/window.c b/src/window.c index b69f4719d93..748ad9e77d4 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -8711,12 +8711,12 @@ third argument is the symbol `configuration' if the windows are | |||
| 8711 | restored by `set-window-configuration' and the symbol `state' if the | 8711 | restored by `set-window-configuration' and the symbol `state' if the |
| 8712 | windows are restored by `window-state-put'. | 8712 | windows are restored by `window-state-put'. |
| 8713 | 8713 | ||
| 8714 | The second argument specifies a list of entries for all windows | 8714 | The second argument specifies a list of entries for all windows whose |
| 8715 | whose previous buffers have been found dead at the time | 8715 | previous buffers have been found dead at the time |
| 8716 | `set-window-configuration' or `window-state-put' tried to restore it in | 8716 | `set-window-configuration' or `window-state-put' tried to restore them |
| 8717 | that window (minibuffer windows are excluded). This means that the | 8717 | (minibuffer windows are excluded). This means that the function |
| 8718 | function specified by this variable may also delete windows which were | 8718 | specified by this variable may also delete windows which were found to |
| 8719 | found to be alive by `set-window-configuration'. | 8719 | be alive by `set-window-configuration'. |
| 8720 | 8720 | ||
| 8721 | Each entry is a list of six values: the window whose buffer was found | 8721 | Each entry is a list of six values: the window whose buffer was found |
| 8722 | dead, the dead buffer or its name, the positions of window-start and | 8722 | dead, the dead buffer or its name, the positions of window-start and |