diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 14 |
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 | ||
| 2663 | DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, | 2663 | DEFUN ("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. |
| 2666 | For the value to be t, FILENAME must specify the name of a directory as a file, | 2666 | For the value to be t, FILENAME must specify the name of a directory |
| 2667 | and the directory must allow you to open files in it. In order to use a | 2667 | as a file, and the directory must allow you to open files in it. In |
| 2668 | directory as a buffer's current directory, this predicate must return true. | 2668 | order to use a directory as a buffer's current directory, this |
| 2669 | A directory name spec may be given instead; then the value is t | 2669 | predicate must return true. A directory name spec may be given |
| 2670 | if the directory so specified exists and really is a readable and | 2670 | instead; then the value is t if the directory so specified exists and |
| 2671 | searchable directory. */) | 2671 | really is a readable and searchable directory. */) |
| 2672 | (Lisp_Object filename) | 2672 | (Lisp_Object filename) |
| 2673 | { | 2673 | { |
| 2674 | Lisp_Object absname; | 2674 | Lisp_Object absname; |