diff options
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 2d62bb21c17..cf77bfec695 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -774,6 +774,9 @@ Do not expand PREFIX; a non-absolute PREFIX is relative to the Emacs | |||
| 774 | working directory. If TEXT is a string, insert it into the newly | 774 | working directory. If TEXT is a string, insert it into the newly |
| 775 | created file. | 775 | created file. |
| 776 | 776 | ||
| 777 | On Posix systems, the file/directory is created with access mode bits | ||
| 778 | that limit access to the current user. | ||
| 779 | |||
| 777 | Signal an error if the file could not be created. | 780 | Signal an error if the file could not be created. |
| 778 | 781 | ||
| 779 | This function does not grok magic file names. */) | 782 | This function does not grok magic file names. */) |