diff options
| author | Karl Heuer | 1997-06-24 03:33:33 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-06-24 03:33:33 +0000 |
| commit | 5352051926d473dffa380f36ef38d723ff43b5eb (patch) | |
| tree | bacb5de367d85d20b00769515bbcd4821fd9a624 | |
| parent | 8691cfa76d2d0038bb3e145073aa4a5264e29a84 (diff) | |
| download | emacs-5352051926d473dffa380f36ef38d723ff43b5eb.tar.gz emacs-5352051926d473dffa380f36ef38d723ff43b5eb.zip | |
(Ffile_directory_p): Doc fix.
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 1 insertions, 3 deletions
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.") | |||
| 2777 | } | 2777 | } |
| 2778 | 2778 | ||
| 2779 | DEFUN ("file-directory-p", Ffile_directory_p, Sfile_directory_p, 1, 1, 0, | 2779 | DEFUN ("file-directory-p", Ffile_directory_p, Sfile_directory_p, 1, 1, 0, |
| 2780 | "Return t if file FILENAME is the name of a directory as a file.\n\ | 2780 | "Return t if FILENAME names an existing directory.") |
| 2781 | A directory name spec may be given instead; then the value is t\n\ | ||
| 2782 | if the directory so specified exists and really is a directory.") | ||
| 2783 | (filename) | 2781 | (filename) |
| 2784 | Lisp_Object filename; | 2782 | Lisp_Object filename; |
| 2785 | { | 2783 | { |