From 2b34304ad431e4a9f1c655f93862e24ccc55c8d6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Mar 2021 17:04:46 +0200 Subject: [PATCH] ; Add comment for a recent change * lisp/faces.el (help-key-binding): Comment on the reason for a recent change. --- lisp/faces.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index ec650e30cab..573428f1d34 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2818,6 +2818,9 @@ Note: Other faces cannot inherit from the cursor face." (defface help-key-binding '((((class color) (min-colors 88) (background light)) :background "grey92" :foreground "DarkBlue" + ;; We use negative thickness of the horizontal box border line to + ;; avoid enlarging the height of the echo-area display, which + ;; would then move the mode line a few pixels up. :box (:line-width (1 . -1) :color "grey80")) (((class color) (min-colors 88) (background dark)) :background "grey23" :foreground "LightBlue" -- 2.39.2