]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/faces.el (help-key-binding): Comment on recent change.
authorEli Zaretskii <eliz@gnu.org>
Mon, 1 Nov 2021 13:04:53 +0000 (15:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 1 Nov 2021 13:04:53 +0000 (15:04 +0200)
lisp/faces.el

index 84180eadc031d85a70f56171def9e15c9d20dd2b..9ec20c429879a070a0bc657d2a8271435d51d016 100644 (file)
@@ -2878,7 +2878,11 @@ Note: Other faces cannot inherit from the cursor face."
      :background "grey96" :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.
+     ;; would then move the mode line a few pixels up.  We use
+     ;; negative thickness for the vertical border line to avoid
+     ;; making the characters wider, which then would cause unpleasant
+     ;; horizontal shifts of the cursor during C-n/C-p movement
+     ;; through a line with this face.
      :box (:line-width (-1 . -1) :color "grey80"))
     (((class color) (min-colors 88) (background dark))
      :background "grey19" :foreground "LightBlue"