(outline-close): Revert 'text' back to " close ".
(outline-close-rtl): Remove 'text' since it's inherited from the parent
'outline-close'.
'((image "outline-open.svg" "outline-open.pbm" :height 15)
(emoji "🔽")
(symbol " ▼ ")
- (text " v "))
+ (text " open "))
"Icon used for buttons for opened sections in outline buffers."
:version "29.1"
:help-echo "Close this section")
'((image "outline-close.svg" "outline-close.pbm" :height 15)
(emoji "▶️")
(symbol " ▶ ")
- (text " > "))
+ (text " close "))
"Icon used for buttons for closed sections in outline buffers."
:version "29.1"
:help-echo "Open this section")
(define-icon outline-close-rtl outline-close
'((image "outline-close.svg" "outline-close.pbm" :height 15 :rotation 180)
(emoji "◀️")
- (symbol " ◀ ")
- (text " < "))
+ (symbol " ◀ "))
"Right-to-left icon used for buttons in closed outline sections."
:version "29.1")