aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 1832a4c7759..cdf57618af1 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2050,7 +2050,9 @@ the value of this function.
2050 2050
2051If `/~' appears, all of FILENAME through that `/' is discarded. 2051If `/~' appears, all of FILENAME through that `/' is discarded.
2052If `//' appears, everything up to and including the first of 2052If `//' appears, everything up to and including the first of
2053those `/' is discarded. */) 2053those `/' is discarded. More generally, if a variable substitution
2054produces an absolute file name, everything before that file name
2055is discarded. */)
2054 (Lisp_Object filename) 2056 (Lisp_Object filename)
2055{ 2057{
2056 char *nm, *p, *x, *endp; 2058 char *nm, *p, *x, *endp;