Fix a comment whitespace typo.

src/fileio.c: A double space was added after "..", used in a code
example. Make it a single space.
This commit is contained in:
Reuben Thomas 2017-08-23 23:47:19 +01:00
parent f8466812e2
commit fa5e63e404

View file

@ -755,7 +755,7 @@ For technical reasons, this function can return correct but
non-intuitive results for the root directory; for instance,
\(expand-file-name ".." "/") returns "/..". For this reason, use
\(directory-file-name (file-name-directory dirname)) to traverse a
filesystem tree, not (expand-file-name ".." dirname). */)
filesystem tree, not (expand-file-name ".." dirname). */)
(Lisp_Object name, Lisp_Object default_directory)
{
/* These point to SDATA and need to be careful with string-relocation