Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e385ec41
Commit
e385ec41
authored
Nov 14, 2001
by
Richard M. Stallman
Browse files
(Ffile_accessible_directory_p): Doc fix.
parent
3bfb8921
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/fileio.c
src/fileio.c
+3
-2
No files found.
src/fileio.c
View file @
e385ec41
...
...
@@ -3175,8 +3175,9 @@ See `file-symlink-p' to distinguish symlinks. */)
}
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment