aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-14 00:09:27 +0000
committerRichard M. Stallman2001-11-14 00:09:27 +0000
commite385ec41c0d934bbb35de49412f2eb614c681121 (patch)
tree755b661c92b9cf8e6c13aadc9af633bf52a5b660 /src
parent3bfb892160c11df411749b8a28c49ae1cd56e232 (diff)
downloademacs-e385ec41c0d934bbb35de49412f2eb614c681121.tar.gz
emacs-e385ec41c0d934bbb35de49412f2eb614c681121.zip
(Ffile_accessible_directory_p): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c5
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
3177DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, Sfile_accessible_directory_p, 1, 1, 0, 3177DEFUN ("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.
3179and files in that directory can be opened by you. In order to use a 3179For the value to be t, FILENAME must specify the name of a directory as a file,
3180and the directory must allow you to open files in it. In order to use a
3180directory as a buffer's current directory, this predicate must return true. 3181directory as a buffer's current directory, this predicate must return true.
3181A directory name spec may be given instead; then the value is t 3182A directory name spec may be given instead; then the value is t
3182if the directory so specified exists and really is a readable and 3183if the directory so specified exists and really is a readable and