mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* lisp/outline.el (outline-open): Revert 'text' back to " open ".
(outline-close): Revert 'text' back to " close ". (outline-close-rtl): Remove 'text' since it's inherited from the parent 'outline-close'.
This commit is contained in:
parent
8c159a2657
commit
4b84f44015
@ -315,7 +315,7 @@ Note that this feature is meant to be used in editing buffers."
|
||||
'((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")
|
||||
@ -324,7 +324,7 @@ Note that this feature is meant to be used in editing buffers."
|
||||
'((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")
|
||||
@ -332,8 +332,7 @@ Note that this feature is meant to be used in editing buffers."
|
||||
(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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user