emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fa5e63e 3/3: Fix a comment whitespace typo.


From: Reuben Thomas
Subject: [Emacs-diffs] master fa5e63e 3/3: Fix a comment whitespace typo.
Date: Wed, 23 Aug 2017 18:55:22 -0400 (EDT)

branch: master
commit fa5e63e40412f6152dbe079a766845112d598479
Author: Reuben Thomas <address@hidden>
Commit: Reuben Thomas <address@hidden>

    Fix a comment whitespace typo.
    
    src/fileio.c: A double space was added after "..", used in a code
    example. Make it a single space.
---
 src/fileio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fileio.c b/src/fileio.c
index f954ac1..ca1bc50 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]