diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-05 21:02:47 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-05 21:02:47 +0200 |
commit | 856c9434eb6d0b8ceb1b5c5c65fc82974033e626 (patch) | |
tree | 45db7cad36e0d4d0e7fe5e660a4fd46e32d8bb91 /nov.el | |
parent | 807616f53f2c9fe68bed826c720997ac6ca3b4b1 (diff) |
Documentation fix
Diffstat (limited to 'nov.el')
-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) |