aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index caf077e2fbf..1d9a3e16444 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1830,6 +1830,8 @@ the value of that variable. The variable name should be terminated
1830with a character not a letter, digit or underscore; otherwise, enclose 1830with a character not a letter, digit or underscore; otherwise, enclose
1831the entire variable name in braces. 1831the entire variable name in braces.
1832 1832
1833If FOO is not defined in the environment, it is not substituted.
1834
1833If `/~' appears, all of FILENAME through that `/' is discarded. 1835If `/~' appears, all of FILENAME through that `/' is discarded.
1834If `//' appears, everything up to and including the first of 1836If `//' appears, everything up to and including the first of
1835those `/' is discarded. */) 1837those `/' is discarded. */)