diff options
| author | Paul Eggert | 2017-05-03 18:21:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-05-03 18:23:17 -0700 |
| commit | 250d24fa7333046fb187cf4f544dc4358f16e2df (patch) | |
| tree | d11ecab41924c46da95722b8b4cf144e82d98cb8 /doc | |
| parent | 5c1631b9e9e6a6429e14810a3309f56bb901853d (diff) | |
| download | emacs-250d24fa7333046fb187cf4f544dc4358f16e2df.tar.gz emacs-250d24fa7333046fb187cf4f544dc4358f16e2df.zip | |
Spelling fixes
* lisp/gnus/nndiary.el (nndiary-last-occurrence):
Rename from nndiary-last-occurence.
(nndiary-next-occurrence):
Rename from nndiary-next-occurence. All uses changed.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 1d200ce1362..292d55d50c5 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -690,7 +690,7 @@ information, is available via the @code{process-contact} function. | |||
| 690 | The current working directory of the subprocess is set to the current | 690 | The current working directory of the subprocess is set to the current |
| 691 | buffer's value of @code{default-directory} if that is local (as | 691 | buffer's value of @code{default-directory} if that is local (as |
| 692 | determined by `unhandled-file-name-directory'), or "~" otherwise. If | 692 | determined by `unhandled-file-name-directory'), or "~" otherwise. If |
| 693 | you want to run a process in a remote direcotry use | 693 | you want to run a process in a remote directory use |
| 694 | @code{start-file-process}. | 694 | @code{start-file-process}. |
| 695 | @end defun | 695 | @end defun |
| 696 | 696 | ||