diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-09-17 19:17:58 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-09-17 19:17:58 +0000 |
commit | 7231e8199856d42d9a3e2676b44a942da054d22a (patch) | |
tree | 18165cf32e4370e9a10b09f89afea3e4da2f89a7 /lispref/files.texi | |
parent | 99d85a90ede6ebad65879068a14516690e5cb26c (diff) | |
download | emacs-7231e8199856d42d9a3e2676b44a942da054d22a.tar.gz |
Add `umask' to the concept index.
Diffstat (limited to 'lispref/files.texi')
-rw-r--r-- | lispref/files.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 35955f14b40..720d1323d6e 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -1322,6 +1322,7 @@ be an integer). Only the low 12 bits of @var{mode} are used. @c Emacs 19 feature @defun set-default-file-modes mode +@cindex umask This function sets the default file protection for new files created by Emacs and its subprocesses. Every file created with Emacs initially has this protection, or a subset of it (@code{write-region} will not give a |