]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffile_directory_p): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 24 Jun 1997 03:33:33 +0000 (03:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 24 Jun 1997 03:33:33 +0000 (03:33 +0000)
src/fileio.c

index 2b911f02eccf817b6b975d7cdb2507790e5f9bd6..038a0b87a2eab16f832900a125e61bd86ed14693 100644 (file)
@@ -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;
 {