diff options
author | Leon Rische <leon.rische@me.com> | 2020-09-22 12:36:56 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-09-22 12:36:56 +0200 |
commit | 53c7108a5a8ab16eb76de75585cc0320d6ca1b4d (patch) | |
tree | c192cf3131d1be5189fa86ef4b2edbc57195e188 /org-fc.el | |
parent | e7bb059f98410c06313f46a80f32c3ebb1e9d1f2 (diff) |
Add type and options of `org-fc-narrow-visibility`
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |