diff options
| author | Stefan Monnier | 2002-09-17 19:17:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-09-17 19:17:58 +0000 |
| commit | 7231e8199856d42d9a3e2676b44a942da054d22a (patch) | |
| tree | 18165cf32e4370e9a10b09f89afea3e4da2f89a7 | |
| parent | 99d85a90ede6ebad65879068a14516690e5cb26c (diff) | |
| download | emacs-7231e8199856d42d9a3e2676b44a942da054d22a.tar.gz emacs-7231e8199856d42d9a3e2676b44a942da054d22a.zip | |
Add `umask' to the concept index.
| -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. | |||
| 1322 | 1322 | ||
| 1323 | @c Emacs 19 feature | 1323 | @c Emacs 19 feature |
| 1324 | @defun set-default-file-modes mode | 1324 | @defun set-default-file-modes mode |
| 1325 | @cindex umask | ||
| 1325 | This function sets the default file protection for new files created by | 1326 | This function sets the default file protection for new files created by |
| 1326 | Emacs and its subprocesses. Every file created with Emacs initially has | 1327 | Emacs and its subprocesses. Every file created with Emacs initially has |
| 1327 | this protection, or a subset of it (@code{write-region} will not give a | 1328 | this protection, or a subset of it (@code{write-region} will not give a |