From 0c15c7d9467f33ccc317296af00440b37569c703 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 28 Sep 2023 09:53:55 +0300 Subject: [PATCH] ; * etc/NEWS: Demote outline 'describe-bindings-outline-rules' under Help. * lisp/menu-bar.el (kill-this-buffer): Fix typo in comments. --- etc/NEWS | 2 +- lisp/menu-bar.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 18529c6fab3..97ebc9a5de4 100644 --- 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. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 5e837485db3..fdadb5d1140 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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)))) -- 2.39.5