diff options
| author | Luc Teirlinck | 2003-12-25 03:38:35 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-25 03:38:35 +0000 |
| commit | 136b1dff192e1b0345c5ac92b9ed2231af2e65e1 (patch) | |
| tree | 47225972052d64d972e61881ea36f14d60dfda52 | |
| parent | 358641245533b52798008cc40a47abfb84481c1f (diff) | |
| download | emacs-136b1dff192e1b0345c5ac92b9ed2231af2e65e1.tar.gz emacs-136b1dff192e1b0345c5ac92b9ed2231af2e65e1.zip | |
(Process Information): Add anchor.
| -rw-r--r-- | lispref/processes.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index c991cf300e3..8e32962de67 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -676,6 +676,7 @@ instead of a terminal (see @code{process-connection-type} in | |||
| 676 | @ref{Asynchronous Processes}). | 676 | @ref{Asynchronous Processes}). |
| 677 | @end defun | 677 | @end defun |
| 678 | 678 | ||
| 679 | @anchor{Coding systems for a subprocess} | ||
| 679 | @defun process-coding-system process | 680 | @defun process-coding-system process |
| 680 | This function returns a cons cell describing the coding systems in use | 681 | This function returns a cons cell describing the coding systems in use |
| 681 | for decoding output from @var{process} and for encoding input to | 682 | for decoding output from @var{process} and for encoding input to |