]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add comment for a recent change
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Mar 2021 15:04:46 +0000 (17:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Mar 2021 15:04:46 +0000 (17:04 +0200)
* lisp/faces.el (help-key-binding): Comment on the reason for a
recent change.

lisp/faces.el

index ec650e30cab56d2575af192f9121a1e1e67da974..573428f1d34b69e0a293295494f8c9e21497ce61 100644 (file)
@@ -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"