aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-05-03 18:21:20 -0700
committerPaul Eggert2017-05-03 18:23:17 -0700
commit250d24fa7333046fb187cf4f544dc4358f16e2df (patch)
treed11ecab41924c46da95722b8b4cf144e82d98cb8 /doc
parent5c1631b9e9e6a6429e14810a3309f56bb901853d (diff)
downloademacs-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.texi2
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.
690The current working directory of the subprocess is set to the current 690The current working directory of the subprocess is set to the current
691buffer's value of @code{default-directory} if that is local (as 691buffer's value of @code{default-directory} if that is local (as
692determined by `unhandled-file-name-directory'), or "~" otherwise. If 692determined by `unhandled-file-name-directory'), or "~" otherwise. If
693you want to run a process in a remote direcotry use 693you 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