* lisp/outline.el (outline-open): Reverse the arrows to match
arrows in Customize (bug#57082).
:version "29.1")
(define-icon outline-open button
- '((emoji "▶️")
- (symbol " â¯\88 ")
+ '((emoji "🔽")
+ (symbol " â¯\86 ")
(text " open "))
"Icon used for buttons for opening a section in outline buffers."
:version "29.1"
:help-echo "Open this section")
(define-icon outline-close button
- '((emoji "🔽")
- (symbol " â¯\86 ")
+ '((emoji "▶️")
+ (symbol " â¯\88 ")
(text " close "))
"Icon used for buttons for closing a section in outline buffers."
:version "29.1"