From 8e148907b5f531c007590bfa2226175c45d9c8ad Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Tue, 11 Jun 2019 11:22:08 +0200 Subject: Document type of forgotten customizable --- nov.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'." -- cgit v1.2.3