summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-11-05 18:14:41 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-11-05 18:14:41 +0100
commite9a4d16fcff3119965bf5750dd9c6ae17a084a21 (patch)
treec484e5f7970da2ddbb98019717cb60a07b0651c1
parentac505abdc0d20eba2d1222f8552e4422338c2843 (diff)
Update comment, link to bug report
-rw-r--r--corfu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/corfu.el b/corfu.el
index 2de8113..d4695f1 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1021,8 +1021,8 @@ A scroll bar is displayed from LO to LO+BAR."
(with-current-buffer (corfu--make-buffer " *corfu*")
(let* ((ch (default-line-height))
(cw (default-font-width))
- ;; NOTE: Even for larger fringes, fringe bitmaps can only have a
- ;; width between 1 and 16. Therefore we restrict the fringe width
+ ;; bug#74214: Even for larger fringes, fringe bitmaps can only have
+ ;; a width between 1 and 16. Therefore we restrict the fringe width
;; to 16 pixel. This restriction may cause problem on HDPi systems.
;; Hopefully Emacs will adopt larger fringe bitmaps in the future
;; and lift the 16 pixel restriction.