]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typos.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 24 Aug 2024 10:49:48 +0000 (12:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:28 +0000 (09:51 +0200)
(cherry picked from commit f41614ad5413b704c8451c46fe7bce3be37f3bd7)

etc/NEWS

index 131679bc4a1259019799456694c43e7f9805b48c..a060bc527a624aa1e79dc49e52e9614a0fe94e53 100644 (file)
--- 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.
 
 \f