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
3be6c6a0
Commit
3be6c6a0
authored
Mar 09, 1999
by
Dave Love
Browse files
Doc fix.
parent
5d22a4c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/fileio.c
src/fileio.c
+3
-1
No files found.
src/fileio.c
View file @
3be6c6a0
...
...
@@ -3024,7 +3024,9 @@ Otherwise returns nil.")
}
DEFUN
(
"file-directory-p"
,
Ffile_directory_p
,
Sfile_directory_p
,
1
,
1
,
0
,
"Return t if FILENAME names an existing directory."
)
"Return t if FILENAME names an existing directory.
\n
\
Symbolic links to directories count as directories.
\n
\
See `file-symlink-p' to distinguish symlinks."
)
(
filename
)
Lisp_Object
filename
;
{
...
...
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