diff options
-rw-r--r-- | nov.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ :group 'multimedia) (defcustom nov-unzip-program (executable-find "unzip") - "Path to `unzip` executable" + "Path to `unzip` executable." :type '(file :must-match t) :group 'nov) |