From: Eli Zaretskii Date: Sat, 13 Mar 2021 15:04:46 +0000 (+0200) Subject: ; Add comment for a recent change X-Git-Tag: emacs-28.0.90~3286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b34304ad431e4a9f1c655f93862e24ccc55c8d6;p=emacs.git ; Add comment for a recent change * lisp/faces.el (help-key-binding): Comment on the reason for a recent change. --- 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"