aboutsummaryrefslogtreecommitdiff
path: root/nov.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2022-08-05 22:31:51 +0200
committerVasilij Schneidermann <mail@vasilij.de>2022-08-05 22:31:51 +0200
commitcb5f45cbcfbcf263cdeb2d263eb15edefc8b07cb (patch)
treeb3bf36e6dc61bc3b2ddbd8de437c59de43a8392b /nov.el
parent71fbc18911ec5e981d201b3174c4fcb23d444dab (diff)
Correct typo in docstring
Diffstat (limited to 'nov.el')
-rw-r--r--nov.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nov.el b/nov.el
index 41297ee..4e30615 100644
--- a/nov.el
+++ b/nov.el
@@ -124,7 +124,7 @@ If set to `nil', no saving and restoring is performed."
(defcustom nov-header-line-format "%t: %c"
"Header line format.
- %t is replaced by the title.
-- %u is replaced by the chapter title."
+- %c is replaced by the chapter title."
:type 'string
:group 'nov)