diff options
| author | Richard M. Stallman | 2001-11-14 00:09:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-14 00:09:27 +0000 |
| commit | e385ec41c0d934bbb35de49412f2eb614c681121 (patch) | |
| tree | 755b661c92b9cf8e6c13aadc9af633bf52a5b660 /src | |
| parent | 3bfb892160c11df411749b8a28c49ae1cd56e232 (diff) | |
| download | emacs-e385ec41c0d934bbb35de49412f2eb614c681121.tar.gz emacs-e385ec41c0d934bbb35de49412f2eb614c681121.zip | |
(Ffile_accessible_directory_p): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index f9838396746..20a81c2a60f 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3175,8 +3175,9 @@ See `file-symlink-p' to distinguish symlinks. */) | |||
| 3175 | } | 3175 | } |
| 3176 | 3176 | ||
| 3177 | DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, Sfile_accessible_directory_p, 1, 1, 0, | 3177 | DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, Sfile_accessible_directory_p, 1, 1, 0, |
| 3178 | doc: /* Return t if file FILENAME is the name of a directory as a file, | 3178 | doc: /* Return t if file FILENAME names a directory you can open. |
| 3179 | and files in that directory can be opened by you. In order to use a | 3179 | For the value to be t, FILENAME must specify the name of a directory as a file, |
| 3180 | and the directory must allow you to open files in it. In order to use a | ||
| 3180 | directory as a buffer's current directory, this predicate must return true. | 3181 | directory as a buffer's current directory, this predicate must return true. |
| 3181 | A directory name spec may be given instead; then the value is t | 3182 | A directory name spec may be given instead; then the value is t |
| 3182 | if the directory so specified exists and really is a readable and | 3183 | if the directory so specified exists and really is a readable and |