aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-11-03 02:24:05 +0000
committerJim Blandy <[email protected]>1992-11-03 02:24:05 +0000
commit353cfc19983002d9ad125bc2a91cc922d210f076 (patch)
tree84ea076d50d7e237d757a8344b7d67ec4ebd979f /src/fileio.c
parent6067ebef9a7b74ba4124862913bcbfc235435a27 (diff)
* fileio.c (Fmake_directory_internal): Remove extra paren before the
doc string in this function's DEFUN.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 689ad65e46..eb123de563 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1561,7 +1561,7 @@ A prefix arg makes KEEP-TIME non-nil.")
}
DEFUN ("make-directory-internal", Fmake_directory_internal,
- Smake_directory_internal, 1, 1, 0)
+ Smake_directory_internal, 1, 1, 0,
"Create a directory. One argument, a file name string.")
(dirname)
Lisp_Object dirname;