aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fileio.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7342f7c6add..fa27e299ad7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fileio.c (Ffile_acl): Undocument return format.
4
12013-01-02 Glenn Morris <rgm@gnu.org> 52013-01-02 Glenn Morris <rgm@gnu.org>
2 6
3 * keymap.c (Fkey_description): Doc fix. (Bug#13323) 7 * keymap.c (Fkey_description): Doc fix. (Bug#13323)
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
3086DEFUN ("file-acl", Ffile_acl, Sfile_acl, 1, 1, 0, 3086DEFUN ("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.
3088The entries are returned in a format suitable for use in `set-file-acl'
3089but is otherwise undocumented and subject to change.
3088Return nil if file does not exist or is not accessible, or if Emacs 3090Return nil if file does not exist or is not accessible, or if Emacs
3089was unable to determine the ACL entries. The latter can happen for 3091was unable to determine the ACL entries. */)
3090local files if Emacs was not compiled with ACL support, or for remote
3091files 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;