From: Basil L. Contovounesios Date: Fri, 15 Mar 2024 23:19:43 +0000 (+0100) Subject: ; Fix 'usage:' keyword in Ffile_name_concat doc. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98a84775e164b44e18469f1666dc1bda1ba1eb1f;p=emacs.git ; Fix 'usage:' keyword in Ffile_name_concat doc. (cherry picked from commit 3b791ebbe173fa18515558acaafbef1f88c51791) --- diff --git a/src/fileio.c b/src/fileio.c index 483498fd879..12da7a9ed3a 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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;