aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorReuben Thomas2017-08-23 23:47:19 +0100
committerReuben Thomas2017-08-23 23:52:24 +0100
commitfa5e63e40412f6152dbe079a766845112d598479 (patch)
tree07ee0955dbb93061a2b5070773d96bfdf5dd7203 /src
parentf8466812e2841ef37763a7c751ad753b669dff17 (diff)
downloademacs-fa5e63e40412f6152dbe079a766845112d598479.tar.gz
emacs-fa5e63e40412f6152dbe079a766845112d598479.zip
Fix a comment whitespace typo.
src/fileio.c: A double space was added after "..", used in a code example. Make it a single space.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index f954ac12b5d..ca1bc5065e5 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -755,7 +755,7 @@ For technical reasons, this function can return correct but
755non-intuitive results for the root directory; for instance, 755non-intuitive results for the root directory; for instance,
756\(expand-file-name ".." "/") returns "/..". For this reason, use 756\(expand-file-name ".." "/") returns "/..". For this reason, use
757\(directory-file-name (file-name-directory dirname)) to traverse a 757\(directory-file-name (file-name-directory dirname)) to traverse a
758filesystem tree, not (expand-file-name ".." dirname). */) 758filesystem tree, not (expand-file-name ".." dirname). */)
759 (Lisp_Object name, Lisp_Object default_directory) 759 (Lisp_Object name, Lisp_Object default_directory)
760{ 760{
761 /* These point to SDATA and need to be careful with string-relocation 761 /* These point to SDATA and need to be careful with string-relocation