From 5a58b2f58c2b8411d593f6ea5a157c20a1176aaf Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Wed, 10 Nov 2021 08:56:03 +0100 Subject: [PATCH] ; * doc/lispref/files.texi: Fix typo. --- doc/lispref/files.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index dd058b12158..d93770a0d2f 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -2246,7 +2246,7 @@ and @code{file-name-nondirectory}. For example, @defun file-name-split filename This function splits a file name into its components, and can be -thought of as the inverse of @code{string-joing} with the appropriate +thought of as the inverse of @code{string-join} with the appropriate directory separator. For example, @example -- 2.39.5