mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Add crossref to set-default-file-modes docstring
* src/fileio.c (Fset_default_file_modes): Doc fix; add to the docstring a cross-reference to with-file-modes.
This commit is contained in:
parent
3f8db3bbe5
commit
25641c3e88
1 changed files with 3 additions and 1 deletions
|
|
@ -3551,7 +3551,9 @@ in the permissions of newly created files will be disabled.
|
|||
|
||||
Note that when `write-region' creates a file, it resets the
|
||||
execute bit, even if the mask set by this function allows that bit
|
||||
by having the corresponding bit in the mask reset. */)
|
||||
by having the corresponding bit in the mask reset.
|
||||
|
||||
See also `with-file-modes'. */)
|
||||
(Lisp_Object mode)
|
||||
{
|
||||
mode_t oldrealmask, oldumask, newumask;
|
||||
|
|
|
|||
Loading…
Reference in a new issue