aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2024-04-21 23:49:18 +0200
committerVasilij Schneidermann <mail@vasilij.de>2024-04-21 23:49:18 +0200
commit6aefa3d7955ce13d81fee014edc51441898fd4b6 (patch)
treed1047b9165521f0d84422b7a86818fba7c000836
parent8990212d330e7dec52d00ea23f6f979594a4f052 (diff)
Fix word case
-rw-r--r--nov.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nov.el b/nov.el
index 499e9e1..8cb7eac 100644
--- a/nov.el
+++ b/nov.el
@@ -924,7 +924,7 @@ If FILE is nil, the current buffer is used."
;; Bookmark interop
(defun nov-bookmark-make-record ()
- "Create a bookmark epub record."
+ "Create a bookmark EPUB record."
(cons (buffer-name)
`((filename . ,nov-file-name)
(index . ,nov-documents-index)