summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-09-22 12:36:56 +0200
committerLeon Rische <leon.rische@me.com>2020-09-22 12:36:56 +0200
commit53c7108a5a8ab16eb76de75585cc0320d6ca1b4d (patch)
treec192cf3131d1be5189fa86ef4b2edbc57195e188
parente7bb059f98410c06313f46a80f32c3ebb1e9d1f2 (diff)
Add type and options of `org-fc-narrow-visibility`
-rw-r--r--org-fc.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/org-fc.el b/org-fc.el
index cf07ccd..0047471 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -1054,7 +1054,9 @@ If TEXT is non-nil, the content is replaced with TEXT."
(defcustom org-fc-narrow-visibility 'ancestors
"Visibility of the current heading during review.
See `org-show-set-visibility' for possible values"
- :group 'org-fc)
+ :group 'org-fc
+ :type 'symbol
+ :options '(ancestors lineage minimal local tree canonical))
(defun org-fc-narrow ()
"Narrow the outline tree.