summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-06-09 22:55:21 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-06-09 22:55:21 +0200
commita7a45c7bdb89d3ca81ea5924cdf58d1b33ee45e8 (patch)
treedcf9fff017725d94c5bc47df2610e24fdba16ffb
parent335f0d5013de2bb7052b2afb3a6cee3d6c6d18f5 (diff)
downloadluaotfload-a7a45c7bdb89d3ca81ea5924cdf58d1b33ee45e8.tar.gz
parsers: remove obsolete comment
-rw-r--r--src/luaotfload-configuration.lua2
-rw-r--r--src/luaotfload-parsers.lua3
2 files changed, 1 insertions, 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