From: Noam Postavsky Date: Sat, 26 Aug 2017 02:47:51 +0000 (-0400) Subject: ; * doc/lispref/files.texi (File Attributes): Add missing word. X-Git-Tag: emacs-26.0.90~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7ed4ec0958662265136820333da1a8fbd3a864e;p=emacs.git ; * doc/lispref/files.texi (File Attributes): Add missing word. --- 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.