mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-22 04:21:24 -08:00
Fsubstitute_in_file_name doc string clarification
* src/fileio.c (Fsubstitute_in_file_name): Mention that undefined variables aren't replaced (as opposed to what happens in a shell substitution) (bug#40949).
This commit is contained in:
parent
407062c296
commit
c4fcf2fc6f
1 changed files with 2 additions and 0 deletions
|
|
@ -1830,6 +1830,8 @@ the value of that variable. The variable name should be terminated
|
|||
with a character not a letter, digit or underscore; otherwise, enclose
|
||||
the entire variable name in braces.
|
||||
|
||||
If FOO is not defined in the environment, it is not substituted.
|
||||
|
||||
If `/~' appears, all of FILENAME through that `/' is discarded.
|
||||
If `//' appears, everything up to and including the first of
|
||||
those `/' is discarded. */)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue