diff options
| author | Paul Eggert | 2015-06-20 10:16:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-06-20 10:17:05 -0700 |
| commit | 0e0dae5e87eef0c164f544457f68d808a07cb39b (patch) | |
| tree | c4b7566b65e610e741c9f399d19562691fc6c741 /lib | |
| parent | 20514277e2998be6bbecfae60b4a18a1776d570d (diff) | |
| download | emacs-0e0dae5e87eef0c164f544457f68d808a07cb39b.tar.gz emacs-0e0dae5e87eef0c164f544457f68d808a07cb39b.zip | |
* doc/misc/texinfo.tex, lib/set-permissions.c: Merge from gnulib.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/set-permissions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/set-permissions.c b/lib/set-permissions.c index 22368799f7e..3bcfd31530e 100644 --- a/lib/set-permissions.c +++ b/lib/set-permissions.c | |||
| @@ -774,7 +774,7 @@ set_permissions (struct permission_context *ctx, const char *name, int desc) | |||
| 774 | 774 | ||
| 775 | early_chmod = false; | 775 | early_chmod = false; |
| 776 | # else | 776 | # else |
| 777 | /* All other plaforms */ | 777 | /* All other platforms */ |
| 778 | /* On Cygwin, it is necessary to call chmod before acl, because | 778 | /* On Cygwin, it is necessary to call chmod before acl, because |
| 779 | chmod can change the contents of the ACL (in ways that don't | 779 | chmod can change the contents of the ACL (in ways that don't |
| 780 | change the allowed accesses, but still visible). */ | 780 | change the allowed accesses, but still visible). */ |