branch: externals/calibre
commit 1fada19c554619beb315127cdd171789652f7427
Author: Kjartan Oli Agustsson <[email protected]>
Commit: Kjartan Oli Agustsson <[email protected]>
Fix some TexInfo mistakes
* doc/calibre.texi (Modifying your library): Use @code instead of @var
to refer to calibre-calibredb-executable.
(Adding books): Add missing :: in menu entry.
---
doc/calibre.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/calibre.texi b/doc/calibre.texi
index c1014ff06d..998d6bede2 100644
--- a/doc/calibre.texi
+++ b/doc/calibre.texi
@@ -266,7 +266,7 @@ that particular component as fuzzy.
The operations discussed in this section perform modifications to
Calibre's metadata database through the @command{calibredb} executable
shipped with Calibre. If Emacs does not find @command{calibredb}
-customize @var{calibre-calibredb-executable} to point to it.
+customize @code{calibre-calibredb-executable} to point to it.
All database modifications are performed using asynchronous background
processes, this means that Emacs will not become unresponsive while
@@ -288,7 +288,7 @@ is automatically refreshed once the modification has been
completed.
@menu
* Adding individual books::
* Adding books in bulk::
-* Tagging added books
+* Tagging added books::
@end menu
@node Adding individual books