diff options
| author | Eli Zaretskii | 2017-10-27 20:21:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-10-27 20:21:39 +0300 |
| commit | 3926c5ad83f55628a50e2d0f65447ae26e631d2f (patch) | |
| tree | e9205661984b3ecec853120588592df917c6defd /src | |
| parent | 9715317dfd1de4901ca62a49ca2f0f5be2782389 (diff) | |
| download | emacs-3926c5ad83f55628a50e2d0f65447ae26e631d2f.tar.gz emacs-3926c5ad83f55628a50e2d0f65447ae26e631d2f.zip | |
* src/fileio.c (Fset_default_file_modes): Fix typo in doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 92cc39496c4..cc1399e1bda 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3129,7 +3129,7 @@ On Posix hosts, this setting is inherited by subprocesses. | |||
| 3129 | 3129 | ||
| 3130 | This function works by setting the Emacs's file mode creation mask. | 3130 | This function works by setting the Emacs's file mode creation mask. |
| 3131 | Each bit that is set in the mask means that the corresponding bit | 3131 | Each bit that is set in the mask means that the corresponding bit |
| 3132 | in the the permissions of newly created files will be disabled. | 3132 | in the permissions of newly created files will be disabled. |
| 3133 | 3133 | ||
| 3134 | Note that when `write-region' creates a file, it resets the | 3134 | Note that when `write-region' creates a file, it resets the |
| 3135 | execute bit, even if the mask set by this function allows that bit | 3135 | execute bit, even if the mask set by this function allows that bit |