1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix typo in 'cursor-type' widget

* lisp/cus-start.el: Swap height/width in descriptions for bar
type cursors.  (Bug#79281)
This commit is contained in:
john muhl 2025-08-20 12:28:24 -05:00 committed by Eli Zaretskii
parent 964741d40e
commit fdad3417dc

View file

@ -77,10 +77,10 @@
(const box) integer)
(const :tag "Hollow cursor" hollow)
(const :tag "Vertical bar" bar)
(cons :tag "Vertical bar with specified height"
(cons :tag "Vertical bar with specified width"
(const bar) integer)
(const :tag "Horizontal bar" hbar)
(cons :tag "Horizontal bar with specified width"
(cons :tag "Horizontal bar with specified height"
(const hbar) integer)
(const :tag "None "nil))))
(pcase-dolist