aboutsummaryrefslogtreecommitdiff
path: root/nov.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2019-06-11 11:22:08 +0200
committerVasilij Schneidermann <mail@vasilij.de>2019-06-11 11:22:08 +0200
commit8e148907b5f531c007590bfa2226175c45d9c8ad (patch)
tree473b191a8b08c0c9674d08a1563ce6bb0c3261e6 /nov.el
parentb720d91ca3b0a0fcb5387428716ea57f652c75b3 (diff)
Document type of forgotten customizable
Diffstat (limited to 'nov.el')
-rw-r--r--nov.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/nov.el b/nov.el
index 1ff6486..cb14867 100644
--- a/nov.el
+++ b/nov.el
@@ -80,7 +80,9 @@ effect in Emacs 25.1 or greater."
(defcustom nov-render-html-function 'nov-render-html
"Function used to render HTML.
It's called without arguments with a buffer containing HTML and
-should change it to contain the rendered version of it.")
+should change it to contain the rendered version of it."
+ :type 'function
+ :group 'nov)
(defcustom nov-pre-html-render-hook nil
"Hook run before `nov-render-html'."