emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 84a9787: Mention false positives of file-accessible


From: Eli Zaretskii
Subject: [Emacs-diffs] master 84a9787: Mention false positives of file-accessible-directory on w32
Date: Wed, 26 Aug 2015 15:45:22 +0000

branch: master
commit 84a978724217516694620bbc4ab6fb02075c137c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Mention false positives of file-accessible-directory on w32
    
    * src/fileio.c (Ffile_accessible_directory_p): Doc fix.
    (Bug#21346)
---
 src/fileio.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/fileio.c b/src/fileio.c
index 905778e..8dfc9ff 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]