summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/outline.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/outline.el b/lisp/outline.el
index bb62c573c40..3250b62f1e7 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -295,7 +295,7 @@ buffers (yet) -- that will be amended in a future version."
(define-icon outline-open button
'((emoji "🔽")
- (symbol " ⯆ ")
+ (symbol " ▼ ")
(text " open "))
"Icon used for buttons for opening a section in outline buffers."
:version "29.1"
@@ -303,7 +303,7 @@ buffers (yet) -- that will be amended in a future version."
(define-icon outline-close button
'((emoji "▶️")
- (symbol " ⯈ ")
+ (symbol " ▶ ")
(text " close "))
"Icon used for buttons for closing a section in outline buffers."
:version "29.1"