; * etc/NEWS: Demote outline 'describe-bindings-outline-rules' under Help.
authorJuri Linkov <juri@linkov.net>
Thu, 28 Sep 2023 06:53:55 +0000 (09:53 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 28 Sep 2023 06:53:55 +0000 (09:53 +0300)
* lisp/menu-bar.el (kill-this-buffer): Fix typo in comments.

etc/NEWS
lisp/menu-bar.el

index 18529c6fab3b9244fbedfa522bd15d5251d9b926..97ebc9a5de4c2c07541361101a157274e6776fe0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,7 +69,7 @@ For native compiled Lisp functions 'describe-function' prints (after
 the signature) the automatically inferred function type as well.
 
 ---
-** New user option 'describe-bindings-outline-rules'.
+*** New user option 'describe-bindings-outline-rules'.
 This user option controls outline visibility in the output buffer of
 'describe-bindings' when 'describe-bindings-outline' is non-nil.
 
index 5e837485db37e72476492c42329bf0bf7f7b2563..fdadb5d11405512c058297878659158b46be42af 100644 (file)
@@ -2227,7 +2227,7 @@ otherwise it could decide to silently do nothing."
    ((not (menu-bar-menu-frame-live-and-visible-p)))
    ((menu-bar-non-minibuffer-window-p)
     (kill-buffer (current-buffer))
-    ;; Also close the current window if `menu-bar-close-windows' is
+    ;; Also close the current window if `menu-bar-close-window' is
     ;; set.
     (when menu-bar-close-window
       (ignore-errors (delete-window))))