diff options
| author | Eli Zaretskii | 2025-02-04 16:06:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-02-04 16:06:36 +0200 |
| commit | 5c36b4126533764bb8b90413f274d766e1a6f0d6 (patch) | |
| tree | c516512ddda592cfb0ede3c0d2410b9bb24cc771 /src | |
| parent | 73a45ce7206a107695b2b4d9761e249edd7502e9 (diff) | |
| download | emacs-5c36b4126533764bb8b90413f274d766e1a6f0d6.tar.gz emacs-5c36b4126533764bb8b90413f274d766e1a6f0d6.zip | |
* src/fileio.c (Fsubstitute_in_file_name): Doc fix (bug#76023).
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 e522dd93cd6..7042dbca258 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; |