From fdad3417dcfc9e1925e96a035e52fdcad3248f68 Mon Sep 17 00:00:00 2001 From: john muhl Date: Wed, 20 Aug 2025 12:28:24 -0500 Subject: [PATCH] ; Fix typo in 'cursor-type' widget * lisp/cus-start.el: Swap height/width in descriptions for bar type cursors. (Bug#79281) --- lisp/cus-start.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 91cc6e22152..56471c1eae3 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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