emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Tue, 13 Nov 2001 19:09:27 -0500

Index: emacs/src/fileio.c
diff -u emacs/src/fileio.c:1.423 emacs/src/fileio.c:1.424
--- emacs/src/fileio.c:1.423    Fri Nov  2 15:24:41 2001
+++ emacs/src/fileio.c  Tue Nov 13 19:09:27 2001
@@ -3175,8 +3175,9 @@
 }
 
 DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, 
Sfile_accessible_directory_p, 1, 1, 0,
-       doc: /* Return t if file FILENAME is the name of a directory as a file,
-and files in that directory can be opened by you.  In order to use a
+       doc: /* Return t if file FILENAME names a directory you can open.
+For the value to be t, FILENAME must specify the name of a directory as a file,
+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



reply via email to

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