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
53520519
Commit
53520519
authored
Jun 24, 1997
by
Karl Heuer
Browse files
(Ffile_directory_p): Doc fix.
parent
8691cfa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/fileio.c
src/fileio.c
+1
-3
No files found.
src/fileio.c
View file @
53520519
...
...
@@ -2777,9 +2777,7 @@ Otherwise returns nil.")
}
DEFUN
(
"file-directory-p"
,
Ffile_directory_p
,
Sfile_directory_p
,
1
,
1
,
0
,
"Return t if file FILENAME is the name of a directory as a file.
\n
\
A directory name spec may be given instead; then the value is t
\n
\
if the directory so specified exists and really is a directory."
)
"Return t if FILENAME names an existing directory."
)
(
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