Make the symbol icons in outline.el more logical

* lisp/outline.el (outline-open, outline-close): Use symbols from
the same series so that it's more likely that they match up (bug#56823).
This commit is contained in:
Lars Ingebrigtsen 2022-07-30 15:36:16 +02:00
parent 76f49943c3
commit d34e38f7d1

View file

@ -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"