projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8db3b
)
Add crossref to set-default-file-modes docstring
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 4 Aug 2023 13:27:18 +0000
(15:27 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 5 Aug 2023 15:57:53 +0000
(17:57 +0200)
* src/fileio.c (Fset_default_file_modes): Doc fix; add to the
docstring a cross-reference to with-file-modes.
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 663d89b9dfc047a7f12eb92b4df59b886edd1598..63f4e698528b517068028f1611f0bf114f399bc9 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-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;