]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix 'usage:' keyword in Ffile_name_concat doc.
authorBasil L. Contovounesios <basil@contovou.net>
Fri, 15 Mar 2024 23:19:43 +0000 (00:19 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:41:56 +0000 (16:41 +0100)
(cherry picked from commit 3b791ebbe173fa18515558acaafbef1f88c51791)

src/fileio.c

index 483498fd879523ea796d2063241e7b03a9e9aaa4..12da7a9ed3a3e4046bf600014204ea7c02560462 100644 (file)
@@ -847,7 +847,7 @@ 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 concatenating.
-usage: (record DIRECTORY &rest COMPONENTS) */)
+usage: (file-name-concat DIRECTORY &rest COMPONENTS)  */)
   (ptrdiff_t nargs, Lisp_Object *args)
 {
   ptrdiff_t chars = 0, bytes = 0, multibytes = 0, eargs = 0;