* src/fileio.c (Fset_default_file_modes): Fix typo in doc string.
This commit is contained in:
parent
9715317dfd
commit
3926c5ad83
1 changed files with 1 additions and 1 deletions
|
@ -3129,7 +3129,7 @@ On Posix hosts, this setting is inherited by subprocesses.
|
||||||
|
|
||||||
This function works by setting the Emacs's file mode creation mask.
|
This function works by setting the Emacs's file mode creation mask.
|
||||||
Each bit that is set in the mask means that the corresponding bit
|
Each bit that is set in the mask means that the corresponding bit
|
||||||
in the the permissions of newly created files will be disabled.
|
in the permissions of newly created files will be disabled.
|
||||||
|
|
||||||
Note that when `write-region' creates a file, it resets the
|
Note that when `write-region' creates a file, it resets the
|
||||||
execute bit, even if the mask set by this function allows that bit
|
execute bit, even if the mask set by this function allows that bit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue