emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 3b791ebbe17: ; Fix 'usage:' keyword in Ffile_name_concat doc.


From: Basil L. Contovounesios
Subject: emacs-29 3b791ebbe17: ; Fix 'usage:' keyword in Ffile_name_concat doc.
Date: Fri, 15 Mar 2024 19:21:40 -0400 (EDT)

branch: emacs-29
commit 3b791ebbe173fa18515558acaafbef1f88c51791
Author: Basil L. Contovounesios <basil@contovou.net>
Commit: Basil L. Contovounesios <basil@contovou.net>

    ; Fix 'usage:' keyword in Ffile_name_concat doc.
---
 src/fileio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fileio.c b/src/fileio.c
index a2e230879c3..a5d29d81fb7 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -759,7 +759,7 @@ Elements 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]