]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fileio.c (Ffile_name_concat): Improve docstring.
authorDmitry Gutov <dmitry@gutov.dev>
Thu, 17 Aug 2023 01:08:03 +0000 (04:08 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Thu, 17 Aug 2023 01:16:09 +0000 (04:16 +0300)
src/fileio.c

index 75bcdf091d8a1fc38675681c4e42581bc176b8ce..869e1ea7e317aafe58b12ae4f6a804c5e56db95a 100644 (file)
@@ -843,10 +843,10 @@ For that reason, you should normally use `make-temp-file' instead.  */)
 
 DEFUN ("file-name-concat", Ffile_name_concat, Sfile_name_concat, 1, MANY, 0,
        doc: /* Append COMPONENTS to DIRECTORY and return the resulting string.
-Elements in COMPONENTS must be a string or nil.
+Each element in COMPONENTS must be a string or nil.
 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.
+inserted before concatenating.
 usage: (record DIRECTORY &rest COMPONENTS) */)
   (ptrdiff_t nargs, Lisp_Object *args)
 {