summaryrefslogtreecommitdiff
path: root/doc/lispref/files.texi
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2017-08-25 22:47:51 -0400
committerNoam Postavsky <npostavs@gmail.com>2017-08-25 22:47:51 -0400
commita7ed4ec0958662265136820333da1a8fbd3a864e (patch)
tree3f4320d2ac6e9d6eeca4ffdda89789a9206083b2 /doc/lispref/files.texi
parent2b7e009257a40ef1dcad9845fe61764fea08cdea (diff)
downloademacs-a7ed4ec0958662265136820333da1a8fbd3a864e.tar.gz
; * doc/lispref/files.texi (File Attributes): Add missing word.
Diffstat (limited to 'doc/lispref/files.texi')
-rw-r--r--doc/lispref/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 36944e4713d..60369236ff5 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -1253,7 +1253,7 @@ On GNU platforms when operating on a local file, this function is
atomic: if the filesystem is simultaneously being changed by some
other process, this function returns the file's attributes either
before or after the change. Otherwise this function is not atomic,
-and might return @code{nil} it detects the race condition, or might
+and might return @code{nil} if it detects the race condition, or might
return a hodgepodge of the previous and current file attributes.
Accessor functions are provided to access the elements in this list.