comparison src/fileio.c @ 102653:eaf39e07d5ea

(Fsubstitute_in_file_name): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 19 Mar 2009 06:26:04 +0000
parents 54ac3994d290
children f6d9599ddae1
comparison
equal deleted inserted replaced
102652:e34cdd6bbf86 102653:eaf39e07d5ea
1614 doc: /* Substitute environment variables referred to in FILENAME. 1614 doc: /* Substitute environment variables referred to in FILENAME.
1615 `$FOO' where FOO is an environment variable name means to substitute 1615 `$FOO' where FOO is an environment variable name means to substitute
1616 the value of that variable. The variable name should be terminated 1616 the value of that variable. The variable name should be terminated
1617 with a character not a letter, digit or underscore; otherwise, enclose 1617 with a character not a letter, digit or underscore; otherwise, enclose
1618 the entire variable name in braces. 1618 the entire variable name in braces.
1619 If `/~' appears, all of FILENAME through that `/' is discarded. */) 1619
1620 If `/~' appears, all of FILENAME through that `/' is discarded.
1621 If `//' appears, everything up to and including the first of
1622 those `/' is discarded. */)
1620 (filename) 1623 (filename)
1621 Lisp_Object filename; 1624 Lisp_Object filename;
1622 { 1625 {
1623 unsigned char *nm; 1626 unsigned char *nm;
1624 1627