diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2024-04-21 23:49:18 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2024-04-21 23:49:18 +0200 |
commit | 6aefa3d7955ce13d81fee014edc51441898fd4b6 (patch) | |
tree | d1047b9165521f0d84422b7a86818fba7c000836 /nov.el | |
parent | 8990212d330e7dec52d00ea23f6f979594a4f052 (diff) |
Fix word case
Diffstat (limited to 'nov.el')
-rw-r--r-- | nov.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |