diff options
| author | Thien-Thi Nguyen | 2005-05-11 13:11:13 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-05-11 13:11:13 +0000 |
| commit | f91aa2aac71c3857ace45085561e05c1fe16e179 (patch) | |
| tree | 305e3be6035802f985de503abce8ebf9d6357bd4 /lispref | |
| parent | 3f00c08b2ba845fc53fb0cb10886ed28c294ddb3 (diff) | |
| download | emacs-f91aa2aac71c3857ace45085561e05c1fe16e179.tar.gz emacs-f91aa2aac71c3857ace45085561e05c1fe16e179.zip | |
(Signals to Processes): Fix typo.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/processes.texi | 2 |
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 | |||
| 870 | user hung up the phone.) | 870 | user 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 |
| 876 | name, a buffer, a buffer name, or @code{nil}. A buffer or buffer name | 876 | name, a buffer, a buffer name, or @code{nil}. A buffer or buffer name |