summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-03-15 14:22:14 +0200
committerEli Zaretskii <eliz@gnu.org>2024-03-15 14:22:14 +0200
commitbf3d296d24ea24fb707a9410fccd745523347d2a (patch)
tree3a17f7cde11c18889eaa638881e90621bc7fac09 /etc
parent3858e4f22946dc49d2d3dde5f45a65eab83fd7aa (diff)
downloademacs-bf3d296d24ea24fb707a9410fccd745523347d2a.tar.gz
; Fix documentation of a recent change (bug#68235)
* etc/NEWS: * doc/lispref/windows.texi (Window Configurations): Improve wording of 'window-restore-killed-buffer-windows's doc. * src/window.c (syms_of_window) <window-restore-killed-buffer-windows>: Doc fix. * etc/NEWS: * doc/lispref/buffers.texi (Buffer Names): Document 'buffer-last-name'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dfbf6edb098..a654d2d8d79 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -287,7 +287,7 @@ selected or deselected at the end of executing the current command.
*** New variable 'window-restore-killed-buffer-windows'.
It specifies how 'set-window-configuration' and 'window-state-put'
should proceed with windows whose buffer was killed after the
-corresponding configuration or state was made.
+corresponding configuration or state was recorded.
** Tab Bars and Tab Lines
@@ -1812,6 +1812,10 @@ styles to skip eager fontification of completion candidates, which
improves performance. Such a Lisp program can then use the
'completion-lazy-hilit' function to fontify candidates just in time.
+** New primitive 'buffer-last-name'.
+It returns the name of a buffer before the last time it was renamed or
+killed.
+
** Functions and variables to transpose sexps
+++