aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2023-08-04 15:27:18 +0200
committerStefan Kangas2023-08-05 17:57:53 +0200
commit25641c3e88209eb57793ae1df71ee6de9ce3b675 (patch)
tree02b53b45438f6f6fbd7e028334f4abfa0a19621a /src
parent3f8db3bbe5ec8083a69e0eee54a06addd72131d6 (diff)
downloademacs-25641c3e88209eb57793ae1df71ee6de9ce3b675.tar.gz
emacs-25641c3e88209eb57793ae1df71ee6de9ce3b675.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 663d89b9dfc..63f4e698528 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3551,7 +3551,9 @@ in the permissions of newly created files will be disabled.
3551 3551
3552Note that when `write-region' creates a file, it resets the 3552Note that when `write-region' creates a file, it resets the
3553execute bit, even if the mask set by this function allows that bit 3553execute bit, even if the mask set by this function allows that bit
3554by having the corresponding bit in the mask reset. */) 3554by having the corresponding bit in the mask reset.
3555
3556See also `with-file-modes'. */)
3555 (Lisp_Object mode) 3557 (Lisp_Object mode)
3556{ 3558{
3557 mode_t oldrealmask, oldumask, newumask; 3559 mode_t oldrealmask, oldumask, newumask;