summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-file.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-03 01:48:59 +0000
committerKarl Berry <karl@freefriends.org>2009-12-03 01:48:59 +0000
commite133607676ae7d2b36f81225b630e03cc1307e6d (patch)
treea7cfb2e5f2e1a0bd3126c3167fd8a7c198b759db /Build/source/texk/kpathsea/tex-file.h
parent67257c18c27c5265b15a55ad61d45da410f2f104 (diff)
formatting fixes continue
git-svn-id: svn://tug.org/texlive/trunk@16275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.h')
-rw-r--r--Build/source/texk/kpathsea/tex-file.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/tex-file.h b/Build/source/texk/kpathsea/tex-file.h
index 48c17d3c3ea..10b4be2364b 100644
--- a/Build/source/texk/kpathsea/tex-file.h
+++ b/Build/source/texk/kpathsea/tex-file.h
@@ -29,8 +29,8 @@
that's not set either, a compile-time default is used. */
extern void kpathsea_init_fallback_resolutions (kpathsea kpse, string envvar);
-/* If LEVEL is higher than `program_enabled_level' for FMT, set
- `program_enabled_p' to VALUE. */
+/* If LEVEL is >= FMT's `program_enable_level', set `program_enabled_p'
+ for FMT to VALUE. */
extern KPSEDLL void kpathsea_set_program_enabled (kpathsea kpse,
kpse_file_format_type fmt, boolean value, kpse_src_type level);
@@ -39,8 +39,8 @@ extern KPSEDLL void kpathsea_set_program_enabled (kpathsea kpse,
extern KPSEDLL void kpathsea_maketex_option (kpathsea kpse,
const_string fmtname, boolean value);
-/* Change the list of searched suffixes (alternate suffixes if alternate is
- true). */
+/* Change the list of searched suffixes for FORMAT to ... (alternate
+ suffixes if ALTERNATE is true). */
extern KPSEDLL void kpathsea_set_suffixes (kpathsea kpse,
kpse_file_format_type format, boolean alternate, ...);