emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a7ed4ec 1/2: ; * doc/lispref/files.texi (File Attri


From: Noam Postavsky
Subject: [Emacs-diffs] master a7ed4ec 1/2: ; * doc/lispref/files.texi (File Attributes): Add missing word.
Date: Fri, 25 Aug 2017 23:07:17 -0400 (EDT)

branch: master
commit a7ed4ec0958662265136820333da1a8fbd3a864e
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; * doc/lispref/files.texi (File Attributes): Add missing word.
---
 doc/lispref/files.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 36944e4..6036923 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.



reply via email to

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