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:
parent
76f49943c3
commit
d34e38f7d1
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue