aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2025-02-04 16:06:36 +0200
committerEli Zaretskii2025-02-04 16:06:36 +0200
commit5c36b4126533764bb8b90413f274d766e1a6f0d6 (patch)
treec516512ddda592cfb0ede3c0d2410b9bb24cc771 /src
parent73a45ce7206a107695b2b4d9761e249edd7502e9 (diff)
downloademacs-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.c4
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
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;