diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2019-06-11 11:22:08 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2019-06-11 11:22:08 +0200 |
commit | 8e148907b5f531c007590bfa2226175c45d9c8ad (patch) | |
tree | 473b191a8b08c0c9674d08a1563ce6bb0c3261e6 | |
parent | b720d91ca3b0a0fcb5387428716ea57f652c75b3 (diff) |
Document type of forgotten customizable
-rw-r--r-- | nov.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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'." |