aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 81eaa771189..a46cfc7ac69 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2682,7 +2682,7 @@ DEFUN ("file-writable-p", Ffile_writable_p, Sfile_writable_p, 1, 1, 0,
2682 2682
2683DEFUN ("access-file", Faccess_file, Saccess_file, 2, 2, 0, 2683DEFUN ("access-file", Faccess_file, Saccess_file, 2, 2, 0,
2684 doc: /* Access file FILENAME, and get an error if that does not work. 2684 doc: /* Access file FILENAME, and get an error if that does not work.
2685The second argument STRING is used in the error message. 2685The second argument STRING is prepended to the error message.
2686If there is no error, returns nil. */) 2686If there is no error, returns nil. */)
2687 (Lisp_Object filename, Lisp_Object string) 2687 (Lisp_Object filename, Lisp_Object string)
2688{ 2688{