Skip to content

Commit fa5e63e

Browse files
committed
Fix a comment whitespace typo.
src/fileio.c: A double space was added after "..", used in a code example. Make it a single space.
1 parent f846681 commit fa5e63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fileio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ For technical reasons, this function can return correct but
755755
non-intuitive results for the root directory; for instance,
756756
\(expand-file-name ".." "/") returns "/..". For this reason, use
757757
\(directory-file-name (file-name-directory dirname)) to traverse a
758-
filesystem tree, not (expand-file-name ".." dirname). */)
758+
filesystem tree, not (expand-file-name ".." dirname). */)
759759
(Lisp_Object name, Lisp_Object default_directory)
760760
{
761761
/* These point to SDATA and need to be careful with string-relocation

0 commit comments

Comments
 (0)