diff options
| author | Paul Eggert | 2011-11-12 23:48:23 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-12 23:48:23 -0800 |
| commit | f6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch) | |
| tree | 909f93b643682c1390281a25dc5b36ad359ec6cf /doc | |
| parent | 1c889bf68c346fa521c09b9abd6fc225c5518654 (diff) | |
| download | emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.zip | |
Spelling fixes.
Diffstat (limited to 'doc')
| -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 71b612c527d..86ecfd122ef 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -2827,7 +2827,7 @@ If @code{file-remote-p} returns the same identifier for two different | |||
| 2827 | filenames, that means they are stored on the same file system and can | 2827 | filenames, that means they are stored on the same file system and can |
| 2828 | be accessed locally with respect to each other. This means, for | 2828 | be accessed locally with respect to each other. This means, for |
| 2829 | example, that it is possible to start a remote process accessing both | 2829 | example, that it is possible to start a remote process accessing both |
| 2830 | files at the same time. Implementors of file handlers need to ensure | 2830 | files at the same time. Implementers of file handlers need to ensure |
| 2831 | this principle is valid. | 2831 | this principle is valid. |
| 2832 | 2832 | ||
| 2833 | @var{identification} specifies which part of the identifier shall be | 2833 | @var{identification} specifies which part of the identifier shall be |