diff options
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 6099545a808..bceec4bb644 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4512,7 +4512,7 @@ customize `jka-compr-load-suffixes' rather than the present variable. */); Each element looks like (REGEXP-OR-FEATURE FUNCS...). REGEXP-OR-FEATURE is either a regular expression to match file names, or -a symbol \(a feature name). +a symbol (a feature name). When `load' is run and the file-name argument matches an element's REGEXP-OR-FEATURE, or when `provide' is run and provides the symbol |