]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention false positives of file-accessible-directory on w32
authorEli Zaretskii <eliz@gnu.org>
Wed, 26 Aug 2015 15:44:09 +0000 (18:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 26 Aug 2015 15:44:09 +0000 (18:44 +0300)
* src/fileio.c (Ffile_accessible_directory_p): Doc fix.
(Bug#21346)

src/fileio.c

index 905778e9277a7eacb62851461b0ded79563fcd05..8dfc9fffacf9b22956bcc52368ee7b0a382d31f7 100644 (file)
@@ -2681,7 +2681,11 @@ and the directory must allow you to open files in it.  In order to use a
 directory as a buffer's current directory, this predicate must return true.
 A directory name spec may be given instead; then the value is t
 if the directory so specified exists and really is a readable and
-searchable directory.  */)
+searchable directory.
+
+The result might be a false positive on MS-Windows in some rare cases,
+i.e., this function could return t for a directory that is not
+accessible by the current user.  */)
   (Lisp_Object filename)
 {
   Lisp_Object absname;