summaryrefslogtreecommitdiff
path: root/luaotfload-features.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-04-29 16:26:45 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-04-29 16:26:45 +0200
commitdae29b04d0bb7e21bb4d3d19b9781b59e44ec5cb (patch)
tree3c40f9df3fac174ef460ef692e75c37c9165f1fc /luaotfload-features.lua
parent39bfa54bb32955f36f473abfa01dc43c73ad3efe (diff)
downloadluaotfload-dae29b04d0bb7e21bb4d3d19b9781b59e44ec5cb.tar.gz
use ``fullname`` in status entries
This suppresses redundand database updates in the case where a font is found in multiple directories with different timestamps. Also removed references to ``fontdbutil``.
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r--luaotfload-features.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua
index 6cbfdf4..494d02d 100644
--- a/luaotfload-features.lua
+++ b/luaotfload-features.lua
@@ -301,7 +301,7 @@ end
---
--- caching of successful lookups is essential. we need
--- an additional subtable "cached" in the database. it
---- should be nil’able by issuing fontdbutil --flush or
+--- should be nil’able by issuing luaotfload-tool --flush or
--- something. if a cache miss is followed by a successful
--- lookup, then it will be counted as new addition to the
--- cache. we also need a config option to ignore caching.