diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2022-08-05 22:31:51 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2022-08-05 22:31:51 +0200 |
commit | cb5f45cbcfbcf263cdeb2d263eb15edefc8b07cb (patch) | |
tree | b3bf36e6dc61bc3b2ddbd8de437c59de43a8392b | |
parent | 71fbc18911ec5e981d201b3174c4fcb23d444dab (diff) |
Correct typo in docstring
-rw-r--r-- | nov.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |