; 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user