summaryrefslogtreecommitdiff
path: root/lisp/outline.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/outline.el')
-rw-r--r--lisp/outline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/outline.el b/lisp/outline.el
index 6837722e644..1aba79784f5 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -288,8 +288,8 @@ The value should be a `buffer-match-p' condition.
These buttons can be used to hide and show the body under the heading.
Note that this feature is not meant to be used in editing
buffers (yet) -- that will be amended in a future version."
- :type 'boolean
;; FIXME -- is there a `buffer-match-p' defcustom type somewhere?
+ :type 'sexp
:safe #'booleanp
:version "29.1")