aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 5659b6555d8..dcee70aa8b4 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2546,7 +2546,9 @@ Use `file-symlink-p' to test for such links. */)
2546 2546
2547DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0, 2547DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0,
2548 doc: /* Return t if FILENAME can be executed by you. 2548 doc: /* Return t if FILENAME can be executed by you.
2549For a directory, this means you can access files in that directory. */) 2549For a directory, this means you can access files in that directory.
2550\(It is generally better to use `file-accessible-directory-p' for that
2551purpose, though.) */)
2550 (Lisp_Object filename) 2552 (Lisp_Object filename)
2551{ 2553{
2552 Lisp_Object absname; 2554 Lisp_Object absname;