]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/fileio.c (Fdirectory_append): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Jul 2021 17:18:28 +0000 (20:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Jul 2021 17:18:28 +0000 (20:18 +0300)
src/fileio.c

index 6d505fd0f01e61c94ac597a82bbac021a29422f6..d6b3e7bca40da83198b6bb771c311e20682da2af 100644 (file)
@@ -751,9 +751,10 @@ For that reason, you should normally use `make-temp-file' instead.  */)
 
 DEFUN ("directory-append", Fdirectory_append, Sdirectory_append, 1, MANY, 0,
        doc: /* Append COMPONENTS to DIRECTORY and return the resulting string.
-COMPONENTS must be a list of strings.  DIRECTORY or the non-final
-elements in COMPONENTS may or may not end with a slash -- if they don't
-end with a slash, a slash will be inserted before contatenating.
+COMPONENTS must be strings.
+DIRECTORY or the non-final elements in COMPONENTS may or may not end
+with a slash -- if they don't end with a slash, a slash will be
+inserted before contatenating.
 usage: (record DIRECTORY &rest COMPONENTS) */)
   (ptrdiff_t nargs, Lisp_Object *args)
 {