; * doc/lispref/files.texi: Fix typo.

This commit is contained in:
Robert Pluim 2021-11-10 08:56:03 +01:00
parent f7c08c8b41
commit 5a58b2f58c

View file

@ -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