diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
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 | ||
| 2051 | If `/~' appears, all of FILENAME through that `/' is discarded. | 2051 | If `/~' appears, all of FILENAME through that `/' is discarded. |
| 2052 | If `//' appears, everything up to and including the first of | 2052 | If `//' appears, everything up to and including the first of |
| 2053 | those `/' is discarded. */) | 2053 | those `/' is discarded. More generally, if a variable substitution |
| 2054 | produces an absolute file name, everything before that file name | ||
| 2055 | is discarded. */) | ||
| 2054 | (Lisp_Object filename) | 2056 | (Lisp_Object filename) |
| 2055 | { | 2057 | { |
| 2056 | char *nm, *p, *x, *endp; | 2058 | char *nm, *p, *x, *endp; |