We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f846681 commit fa5e63eCopy full SHA for fa5e63e
src/fileio.c
@@ -755,7 +755,7 @@ For technical reasons, this function can return correct but
755
non-intuitive results for the root directory; for instance,
756
\(expand-file-name ".." "/") returns "/..". For this reason, use
757
\(directory-file-name (file-name-directory dirname)) to traverse a
758
-filesystem tree, not (expand-file-name ".." dirname). */)
+filesystem tree, not (expand-file-name ".." dirname). */)
759
(Lisp_Object name, Lisp_Object default_directory)
760
{
761
/* These point to SDATA and need to be careful with string-relocation
0 commit comments