]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a comment whitespace typo.
authorReuben Thomas <rrt@sc3d.org>
Wed, 23 Aug 2017 22:47:19 +0000 (23:47 +0100)
committerReuben Thomas <rrt@sc3d.org>
Wed, 23 Aug 2017 22:52:24 +0000 (23:52 +0100)
src/fileio.c: A double space was added after "..", used in a code
example. Make it a single space.

src/fileio.c

index f954ac12b5d918a2ef2341c759dbc68cf02701ab..ca1bc5065e5dcf045dd4daee297ca16e8d72df0d 100644 (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