aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2025-02-05 20:21:03 -0500
committerStefan Monnier2025-02-05 20:21:03 -0500
commit1f4a26df862917c956e79fc2ca111caebf895623 (patch)
tree1992020c1b0a7c68fd3d9f0f0cab343b1cc67c09 /src
parentd10acd16c90afe9fc8534fcd174397b7c403eda9 (diff)
parent5c36b4126533764bb8b90413f274d766e1a6f0d6 (diff)
downloademacs-1f4a26df862917c956e79fc2ca111caebf895623.tar.gz
emacs-1f4a26df862917c956e79fc2ca111caebf895623.zip
Merge remote-tracking branch 'origin/emacs-30'
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;