diff options
| author | Helmut Eller | 2026-04-04 20:59:46 +0200 |
|---|---|---|
| committer | Helmut Eller | 2026-04-04 20:59:46 +0200 |
| commit | 6eec001187e8551f32b6498e6dc60cdc58c2e515 (patch) | |
| tree | 13233de9f0a05ef86a51500e8b1870b75ff20c81 /src/fileio.c | |
| parent | e4ea27119e79012f9d651cb61d1115589d91ef39 (diff) | |
| parent | 01a9d78a7e4c7d7fa5b799e4fdc2caf77a012734 (diff) | |
| download | emacs-feature/igc3.tar.gz emacs-feature/igc3.zip | |
Merge branch 'master' into feature/igc3feature/igc3
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. */) |