aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nov.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/nov.el b/nov.el
index f7c1395..9f297bf 100644
--- a/nov.el
+++ b/nov.el
@@ -78,7 +78,9 @@
This variable expects a list of strings, except for `directory'
and `filename' symbols, which will be replaced accordingly when
opening an EPUB file."
- :type 'list
+ :type '(repeat (choice (string :tag "Argument")
+ (const :tag "Directory" directory)
+ (const :tag "Filename" filename)))
:group 'nov)
(defcustom nov-variable-pitch t