]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/files.texi (File Attributes): Add missing word.
authorNoam Postavsky <npostavs@gmail.com>
Sat, 26 Aug 2017 02:47:51 +0000 (22:47 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 26 Aug 2017 02:47:51 +0000 (22:47 -0400)
doc/lispref/files.texi

index 36944e4713d9c70e78aa3ac78ce8bd5051fff496..60369236ff5e9a951e234213d0f31d7590b6d6e5 100644 (file)
@@ -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.