aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-05-11 13:11:13 +0000
committerThien-Thi Nguyen2005-05-11 13:11:13 +0000
commitf91aa2aac71c3857ace45085561e05c1fe16e179 (patch)
tree305e3be6035802f985de503abce8ebf9d6357bd4 /lispref
parent3f00c08b2ba845fc53fb0cb10886ed28c294ddb3 (diff)
downloademacs-f91aa2aac71c3857ace45085561e05c1fe16e179.tar.gz
emacs-f91aa2aac71c3857ace45085561e05c1fe16e179.zip
(Signals to Processes): Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/processes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 2db9cd05b95..d25013124f7 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -870,7 +870,7 @@ processes. (@code{SIGHUP} is a signal that usually indicates that the
870user hung up the phone.) 870user hung up the phone.)
871 871
872 Each of the signal-sending functions takes two optional arguments: 872 Each of the signal-sending functions takes two optional arguments:
873@var{process-name} and @var{current-group}. 873@var{process} and @var{current-group}.
874 874
875 The argument @var{process} must be either a process, a process 875 The argument @var{process} must be either a process, a process
876name, a buffer, a buffer name, or @code{nil}. A buffer or buffer name 876name, a buffer, a buffer name, or @code{nil}. A buffer or buffer name