emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 3926c5a: * src/fileio.c (Fset_default_file_modes)


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 3926c5a: * src/fileio.c (Fset_default_file_modes): Fix typo in doc string.
Date: Fri, 27 Oct 2017 13:22:10 -0400 (EDT)

branch: emacs-26
commit 3926c5ad83f55628a50e2d0f65447ae26e631d2f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/fileio.c (Fset_default_file_modes): Fix typo in doc string.
---
 src/fileio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fileio.c b/src/fileio.c
index 92cc394..cc1399e 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3129,7 +3129,7 @@ On Posix hosts, this setting is inherited by subprocesses.
 
 This function works by setting the Emacs's file mode creation mask.
 Each bit that is set in the mask means that the corresponding bit
-in the the permissions of newly created files will be disabled.
+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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]