diff options
author | Noam Postavsky <npostavs@gmail.com> | 2017-08-25 22:47:51 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-08-25 22:47:51 -0400 |
commit | a7ed4ec0958662265136820333da1a8fbd3a864e (patch) | |
tree | 3f4320d2ac6e9d6eeca4ffdda89789a9206083b2 /doc/lispref/files.texi | |
parent | 2b7e009257a40ef1dcad9845fe61764fea08cdea (diff) | |
download | emacs-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.texi | 2 |
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. |