From: Michael Albinus Date: Sat, 24 Aug 2024 10:49:48 +0000 (+0200) Subject: ; * etc/NEWS: Fix typos. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3783d9e9aae068233583c063ea5d92686bc8e7f4;p=emacs.git ; * etc/NEWS: Fix typos. (cherry picked from commit f41614ad5413b704c8451c46fe7bce3be37f3bd7) --- diff --git a/etc/NEWS b/etc/NEWS index 131679bc4a1..a060bc527a6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -44,10 +44,10 @@ incorrectly in rare cases. *** New hook 'window-deletable-functions'. This abnormal hook gives its client a way to save a window from getting deleted implicitly by functions like 'kill-buffer', 'bury-buffer' and -'quit-restore-window', +'quit-restore-window'. +++ -*** New option 'kill-buffer-quit-windows'. +*** New user option 'kill-buffer-quit-windows'. This option has 'kill-buffer' call 'quit-restore-window' to handle the further destiny of any window showing the buffer to be killed. @@ -64,7 +64,7 @@ The values 'killing' and 'burying' are like 'kill' and 'bury' but assume that the actual killing or burying of the buffer is done by the caller. +++ -*** New option 'quit-restore-window-no-switch'. +*** New user option 'quit-restore-window-no-switch'. With this option set, 'quit-restore-window' will delete its window more aggressively rather than switching to some other buffer in it. @@ -73,7 +73,7 @@ aggressively rather than switching to some other buffer in it. +++ *** New function 'frame-deletable-p'. Calling this function before 'delete-frame' is useful to avoid that the -latter throws an error when the argument frame cannot be deleted. +latter throws an error when the argument FRAME cannot be deleted. ** Tab Bars and Tab Lines @@ -225,7 +225,7 @@ back to real DocView buffer if it still exists. *** Connection method "kubernetes" supports now optional namespace. The host name for Kubernetes connections can be of kind [CONTAINER.]POD[%NAMESPACE], in order to specify the namespace to be -used. This overrides the setiing in 'tramp-kubernetes-namespace', if +used. This overrides the setting in 'tramp-kubernetes-namespace', if any.