summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-20 21:24:52 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-20 21:24:52 +0200
commitc1406e4fff6268137d2fad0a96cf6382e625bf16 (patch)
treecd9e4dfaf8156e3867e14dc445d5fc38478fcc03 /luaotfload.dtx
parent29c426e86ad54e035c1e9501b8dcade8e352f1a4 (diff)
downloadluaotfload-c1406e4fff6268137d2fad0a96cf6382e625bf16.tar.gz
[doc] escape verbatims
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 706ee1c..1c21460 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -1511,10 +1511,10 @@ if tex.luatexversion < luatex_version then
end
% \end{macrocode}
-% Create $TEXMFCACHE if not present. This is necessary due to
+% Create \verb|$TEXMFCACHE| if not present. This is necessary due to
% two bugs in Luatex-Fonts that surface simultaneously if none
% of the possible cache directories exists. We add a fixed version
-% of lfs.mkdirs() first.
+% of \verb|lfs.mkdirs()| first.
%
% \begin{macrocode}