* src/fileio.c (Fsubstitute_in_file_name): Doc fix (bug#76023).

This commit is contained in:
Eli Zaretskii 2025-02-04 16:06:36 +02:00
parent 73a45ce720
commit 5c36b41265

View file

@ -2050,7 +2050,9 @@ the value of this function.
If `/~' appears, all of FILENAME through that `/' is discarded.
If `//' appears, everything up to and including the first of
those `/' is discarded. */)
those `/' is discarded. More generally, if a variable substitution
produces an absolute file name, everything before that file name
is discarded. */)
(Lisp_Object filename)
{
char *nm, *p, *x, *endp;