diff options
Diffstat (limited to 'doc/lispref/files.texi')
-rw-r--r-- | doc/lispref/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |