diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-21 22:38:35 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-21 22:38:35 +0200 |
commit | bd84183e5fb0e97e974b4a9c5fdfac776fdf369a (patch) | |
tree | fca2e364841ccf8cf2c61d851446092c05ce2ce9 /luaotfload.dtx | |
parent | 6bb6f091d1a7a0327cea59cb7c124b4b84e31059 (diff) | |
download | luaotfload-bd84183e5fb0e97e974b4a9c5fdfac776fdf369a.tar.gz |
[doc] fix verbatim etc. (again...)
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index af43615..8042a6f 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1516,10 +1516,10 @@ if tex.luatexversion < luatex_version then end % \end{macrocode} -% Create $TEXMFCACHE if not present. This is necessary due to a bug +% Create \verb+$TEXMFCACHE+ if not present. This is necessary due to a bug % in Luatex-Fonts that surfaces if none of the possible cache -% directories exists. We add a fixed version of lfs.mkdirs() first -% that will be installed as soon as l-file.lua tries to insert its +% directories exists. We add a fixed version of \luafunction{lfs.mkdirs} first +% that will be installed as soon as \fileent{l-file.lua} tries to insert its % buggy version. % % \begin{macrocode} |