diff options
| author | Joakim Verona | 2013-01-05 00:04:41 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-05 00:04:41 +0100 |
| commit | b18e01b65e651d3b626b4edcaaa2aa636fe25b69 (patch) | |
| tree | 2832e227a4c45d3a4d423f972df29fb7f8616b14 /src/fileio.c | |
| parent | 55b74b54b179f340bdb311070273f26da3fbd0c9 (diff) | |
| parent | 1bd71e9fe16541bc48868a00ff372018961380b0 (diff) | |
| download | emacs-b18e01b65e651d3b626b4edcaaa2aa636fe25b69.tar.gz emacs-b18e01b65e651d3b626b4edcaaa2aa636fe25b69.zip | |
auto upstream
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c index 05f615f0c88..5e9b36ee44a 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3084,11 +3084,11 @@ or if Emacs was not compiled with SELinux support. */) | |||
| 3084 | } | 3084 | } |
| 3085 | 3085 | ||
| 3086 | DEFUN ("file-acl", Ffile_acl, Sfile_acl, 1, 1, 0, | 3086 | DEFUN ("file-acl", Ffile_acl, Sfile_acl, 1, 1, 0, |
| 3087 | doc: /* Return ACL entries of file named FILENAME, as a string. | 3087 | doc: /* Return ACL entries of file named FILENAME. |
| 3088 | The entries are returned in a format suitable for use in `set-file-acl' | ||
| 3089 | but is otherwise undocumented and subject to change. | ||
| 3088 | Return nil if file does not exist or is not accessible, or if Emacs | 3090 | Return nil if file does not exist or is not accessible, or if Emacs |
| 3089 | was unable to determine the ACL entries. The latter can happen for | 3091 | was unable to determine the ACL entries. */) |
| 3090 | local files if Emacs was not compiled with ACL support, or for remote | ||
| 3091 | files if the file handler returns nil for the file's ACL entries. */) | ||
| 3092 | (Lisp_Object filename) | 3092 | (Lisp_Object filename) |
| 3093 | { | 3093 | { |
| 3094 | Lisp_Object absname; | 3094 | Lisp_Object absname; |