]> git.eshelyaron.com Git - emacs.git/commitdiff
Fsubstitute_in_file_name doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Jun 2021 12:14:32 +0000 (14:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Jun 2021 12:14:32 +0000 (14:14 +0200)
* 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).

src/fileio.c

index caf077e2fbf83d8dc88af197f28c6cd6a46ef127..1d9a3e1644463f2ae536aa4feaea6000950a4672 100644 (file)
@@ -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.  */)