aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-09-17 19:17:58 +0000
committerStefan Monnier2002-09-17 19:17:58 +0000
commit7231e8199856d42d9a3e2676b44a942da054d22a (patch)
tree18165cf32e4370e9a10b09f89afea3e4da2f89a7
parent99d85a90ede6ebad65879068a14516690e5cb26c (diff)
downloademacs-7231e8199856d42d9a3e2676b44a942da054d22a.tar.gz
emacs-7231e8199856d42d9a3e2676b44a942da054d22a.zip
Add `umask' to the concept index.
-rw-r--r--lispref/files.texi1
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
1325This function sets the default file protection for new files created by 1326This function sets the default file protection for new files created by
1326Emacs and its subprocesses. Every file created with Emacs initially has 1327Emacs and its subprocesses. Every file created with Emacs initially has
1327this protection, or a subset of it (@code{write-region} will not give a 1328this protection, or a subset of it (@code{write-region} will not give a