diff options
author | Robert Pluim <rpluim@gmail.com> | 2021-11-10 08:56:03 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2021-11-10 08:56:03 +0100 |
commit | 5a58b2f58c2b8411d593f6ea5a157c20a1176aaf (patch) | |
tree | 2407e8b8d1c31c5193547fae4a249933b4c14ba4 /doc/lispref/files.texi | |
parent | f7c08c8b4199974825d1769faf501746a5124799 (diff) | |
download | emacs-5a58b2f58c2b8411d593f6ea5a157c20a1176aaf.tar.gz emacs-5a58b2f58c2b8411d593f6ea5a157c20a1176aaf.tar.bz2 emacs-5a58b2f58c2b8411d593f6ea5a157c20a1176aaf.zip |
; * doc/lispref/files.texi: Fix typo.
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 |