aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 78cc66d7a41..d9318083ce0 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2662,13 +2662,13 @@ file_directory_p (char const *file)
2662 2662
2663DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, 2663DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p,
2664 Sfile_accessible_directory_p, 1, 1, 0, 2664 Sfile_accessible_directory_p, 1, 1, 0,
2665 doc: /* Return t if file FILENAME names a directory you can open. 2665 doc: /* Return t if FILENAME names a directory you can open.
2666For the value to be t, FILENAME must specify the name of a directory as a file, 2666For the value to be t, FILENAME must specify the name of a directory
2667and the directory must allow you to open files in it. In order to use a 2667as a file, and the directory must allow you to open files in it. In
2668directory as a buffer's current directory, this predicate must return true. 2668order to use a directory as a buffer's current directory, this
2669A directory name spec may be given instead; then the value is t 2669predicate must return true. A directory name spec may be given
2670if the directory so specified exists and really is a readable and 2670instead; then the value is t if the directory so specified exists and
2671searchable directory. */) 2671really is a readable and searchable directory. */)
2672 (Lisp_Object filename) 2672 (Lisp_Object filename)
2673{ 2673{
2674 Lisp_Object absname; 2674 Lisp_Object absname;