diff options
| author | Basil L. Contovounesios | 2024-03-16 00:19:43 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2024-03-16 00:20:41 +0100 |
| commit | 3b791ebbe173fa18515558acaafbef1f88c51791 (patch) | |
| tree | f31c9dcd0f60853193eedac14b385dd616d286a3 /src | |
| parent | ed48b0d657cbf183a3e391a95672f921688e6ba8 (diff) | |
| download | emacs-3b791ebbe173fa18515558acaafbef1f88c51791.tar.gz emacs-3b791ebbe173fa18515558acaafbef1f88c51791.zip | |
; Fix 'usage:' keyword in Ffile_name_concat doc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 759 | DIRECTORY or the non-final elements in COMPONENTS may or may not end | 759 | DIRECTORY or the non-final elements in COMPONENTS may or may not end |
| 760 | with a slash -- if they don't end with a slash, a slash will be | 760 | with a slash -- if they don't end with a slash, a slash will be |
| 761 | inserted before concatenating. | 761 | inserted before concatenating. |
| 762 | usage: (record DIRECTORY &rest COMPONENTS) */) | 762 | usage: (file-name-concat DIRECTORY &rest COMPONENTS) */) |
| 763 | (ptrdiff_t nargs, Lisp_Object *args) | 763 | (ptrdiff_t nargs, Lisp_Object *args) |
| 764 | { | 764 | { |
| 765 | ptrdiff_t chars = 0, bytes = 0, multibytes = 0, eargs = 0; | 765 | ptrdiff_t chars = 0, bytes = 0, multibytes = 0, eargs = 0; |