From a7a45c7bdb89d3ca81ea5924cdf58d1b33ee45e8 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 9 Jun 2014 22:55:21 +0200 Subject: parsers: remove obsolete comment --- src/luaotfload-configuration.lua | 2 +- src/luaotfload-parsers.lua | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua index db42f99..c1db424 100644 --- a/src/luaotfload-configuration.lua +++ b/src/luaotfload-configuration.lua @@ -77,7 +77,7 @@ local kpse_t = 1 local config_paths = { --- needs adapting for those other OS { path_t, "./luaotfloadrc" }, - { path_t, "~/.config/luaotfload/luaotfloadrc" }, + { path_t, "~/.config/luaotfload/luaotfload.conf" }, { path_t, "~/.luaotfloadrc" }, { kpse_t, "luaotfloadrc" }, { kpse_t, "luaotfload.conf" }, diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua index 73be67a..180adac 100644 --- a/src/luaotfload-parsers.lua +++ b/src/luaotfload-parsers.lua @@ -311,9 +311,6 @@ read_fonts_conf_indeed = function (start, home, xdg_config_home, so we don’t have to repeat that over and over again as with the old parser. Now they’re just passed on to every call of read_fonts_conf_indeed(). - - read_fonts_conf() is also the only reference visible outside - the closure. --doc]]-- --- list -> (string -> function option -> string list) -> list -- cgit v1.2.3