emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0c15c7d9467 2/2: ; * etc/NEWS: Demote outline 'describe-bindings-


From: Juri Linkov
Subject: master 0c15c7d9467 2/2: ; * etc/NEWS: Demote outline 'describe-bindings-outline-rules' under Help.
Date: Thu, 28 Sep 2023 02:54:51 -0400 (EDT)

branch: master
commit 0c15c7d9467f33ccc317296af00440b37569c703
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    ; * 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]