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:
parent
964741d40e
commit
fdad3417dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue