]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/files.texi: Fix typo.
authorRobert Pluim <rpluim@gmail.com>
Wed, 10 Nov 2021 07:56:03 +0000 (08:56 +0100)
committerRobert Pluim <rpluim@gmail.com>
Wed, 10 Nov 2021 07:56:03 +0000 (08:56 +0100)
doc/lispref/files.texi

index dd058b1215822bf3d3225d75497d027526c6a5e5..d93770a0d2fb94c776b89952e28f8952f68851a7 100644 (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