# HG changeset patch # User Eli Zaretskii # Date 1292256809 -7200 # Node ID 03c1dc6b780195719a03c0ed53432216386930aa # Parent 129f1ae933873ba32d3b6fb59d4f1b86b3e1f29b Fix bug #7617 with documentation of expand-file-name. fileio.c (Fexpand_file_name): One more doc fix. diff -r 129f1ae93387 -r 03c1dc6b7801 src/ChangeLog --- a/src/ChangeLog Mon Dec 13 17:12:01 2010 +0200 +++ b/src/ChangeLog Mon Dec 13 18:13:29 2010 +0200 @@ -1,3 +1,7 @@ +2010-12-13 Eli Zaretskii + + * fileio.c (Fexpand_file_name): One more doc fix. + 2010-12-12 Eli Zaretskii * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617) diff -r 129f1ae93387 -r 03c1dc6b7801 src/fileio.c --- a/src/fileio.c Mon Dec 13 17:12:01 2010 +0200 +++ b/src/fileio.c Mon Dec 13 18:13:29 2010 +0200 @@ -828,6 +828,8 @@ Second arg DEFAULT-DIRECTORY is directory to start with if NAME is relative \(does not start with slash or tilde); if DEFAULT-DIRECTORY is nil or missing, the current buffer's value of `default-directory' is used. +NAME should be a string that is a valid file name for the underlying +filesystem. File name components that are `.' are removed, and so are file name components followed by `..', along with the `..' itself; note that these simplifications are done without checking the resulting