summaryrefslogtreecommitdiff
path: root/org-fc.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc.el')
-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.