aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/outline.el
diff options
context:
space:
mode:
authorDmitry Gutov2022-08-15 02:22:59 +0300
committerDmitry Gutov2022-08-15 02:22:59 +0300
commitee3a674c7c9e39fe7ff296ce1f9830fc45520de8 (patch)
treee8ba1e7be54314f208454e80e3d31044c913f3eb /lisp/outline.el
parentfe0e53d963899a16e0dd1bbc1ba10a6b59f7989e (diff)
parent0a8e88fd83db5398d36064a7f87cff5b57da7284 (diff)
downloademacs-scratch/font_lock_large_files.tar.gz
emacs-scratch/font_lock_large_files.zip
Merge branch 'master' into scratch/font_lock_large_filesscratch/font_lock_large_files
Diffstat (limited to 'lisp/outline.el')
-rw-r--r--lisp/outline.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/outline.el b/lisp/outline.el
index 35524a79a90..3250b62f1e7 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -281,7 +281,7 @@ This option is only in effect when `outline-minor-mode-cycle' is non-nil."
281 [outline-1 outline-2 outline-3 outline-4 281 [outline-1 outline-2 outline-3 outline-4
282 outline-5 outline-6 outline-7 outline-8]) 282 outline-5 outline-6 outline-7 outline-8])
283 283
284(defcustom outline-minor-mode-use-buttons '(derived-mode . special-mode) 284(defcustom outline-minor-mode-use-buttons '(derived-mode . help-mode)
285 "Whether to display clickable buttons on the headings. 285 "Whether to display clickable buttons on the headings.
286The value should be a `buffer-match-p' condition. 286The value should be a `buffer-match-p' condition.
287 287
@@ -294,16 +294,16 @@ buffers (yet) -- that will be amended in a future version."
294 :version "29.1") 294 :version "29.1")
295 295
296(define-icon outline-open button 296(define-icon outline-open button
297 '((emoji "▶️") 297 '((emoji "🔽")
298 (symbol " ") 298 (symbol " ")
299 (text " open ")) 299 (text " open "))
300 "Icon used for buttons for opening a section in outline buffers." 300 "Icon used for buttons for opening a section in outline buffers."
301 :version "29.1" 301 :version "29.1"
302 :help-echo "Open this section") 302 :help-echo "Open this section")
303 303
304(define-icon outline-close button 304(define-icon outline-close button
305 '((emoji "🔽") 305 '((emoji "▶️")
306 (symbol " ") 306 (symbol " ")
307 (text " close ")) 307 (text " close "))
308 "Icon used for buttons for closing a section in outline buffers." 308 "Icon used for buttons for closing a section in outline buffers."
309 :version "29.1" 309 :version "29.1"