diff options
| author | Stefan Kangas | 2023-08-04 15:27:18 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-08-05 17:57:53 +0200 |
| commit | 25641c3e88209eb57793ae1df71ee6de9ce3b675 (patch) | |
| tree | 02b53b45438f6f6fbd7e028334f4abfa0a19621a /src | |
| parent | 3f8db3bbe5ec8083a69e0eee54a06addd72131d6 (diff) | |
| download | emacs-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.c | 4 |
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 | ||
| 3552 | Note that when `write-region' creates a file, it resets the | 3552 | Note that when `write-region' creates a file, it resets the |
| 3553 | execute bit, even if the mask set by this function allows that bit | 3553 | execute bit, even if the mask set by this function allows that bit |
| 3554 | by having the corresponding bit in the mask reset. */) | 3554 | by having the corresponding bit in the mask reset. |
| 3555 | |||
| 3556 | See 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; |