diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 5a52765131c..36944e4713d 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1249,6 +1249,13 @@ the default, but we plan to change that, so you should specify a | |||
| 1249 | non-@code{nil} value for @var{id-format} if you use the returned | 1249 | non-@code{nil} value for @var{id-format} if you use the returned |
| 1250 | @acronym{UID} or @acronym{GID}. | 1250 | @acronym{UID} or @acronym{GID}. |
| 1251 | 1251 | ||
| 1252 | On GNU platforms when operating on a local file, this function is | ||
| 1253 | atomic: if the filesystem is simultaneously being changed by some | ||
| 1254 | other process, this function returns the file's attributes either | ||
| 1255 | before or after the change. Otherwise this function is not atomic, | ||
| 1256 | and might return @code{nil} it detects the race condition, or might | ||
| 1257 | return a hodgepodge of the previous and current file attributes. | ||
| 1258 | |||
| 1252 | Accessor functions are provided to access the elements in this list. | 1259 | Accessor functions are provided to access the elements in this list. |
| 1253 | The accessors are mentioned along with the descriptions of the | 1260 | The accessors are mentioned along with the descriptions of the |
| 1254 | elements below. | 1261 | elements below. |