From: Karl Heuer Date: Tue, 24 Jun 1997 03:33:33 +0000 (+0000) Subject: (Ffile_directory_p): Doc fix. X-Git-Tag: emacs-20.1~1515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5352051926d473dffa380f36ef38d723ff43b5eb;p=emacs.git (Ffile_directory_p): Doc fix. --- diff --git a/src/fileio.c b/src/fileio.c index 2b911f02ecc..038a0b87a2e 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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; {