* src/fileio.c (Fsubstitute_in_file_name): Doc fix (bug#76023).
This commit is contained in:
parent
73a45ce720
commit
5c36b41265
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue