diff options
| author | Eli Zaretskii | 2023-10-07 19:09:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-10-07 19:09:58 +0300 |
| commit | 809da7fc9a1ca112ae7179112a5cec8dd557510e (patch) | |
| tree | 0e01fdc09a0f27c342c34e5659e3913e6ab33264 | |
| parent | 8f23a02a9ea1fbc4213cae5664dcb9bf6b5205f6 (diff) | |
| download | emacs-809da7fc9a1ca112ae7179112a5cec8dd557510e.tar.gz emacs-809da7fc9a1ca112ae7179112a5cec8dd557510e.zip | |
; * doc/lispref/processes.texi (Process Buffers): More accurate wording.
| -rw-r--r-- | doc/lispref/processes.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 43c794104b8..e1398749005 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -1641,8 +1641,10 @@ from previous output. | |||
| 1641 | @defun set-process-buffer process buffer | 1641 | @defun set-process-buffer process buffer |
| 1642 | This function sets the buffer associated with @var{process} to | 1642 | This function sets the buffer associated with @var{process} to |
| 1643 | @var{buffer}. If @var{buffer} is @code{nil}, the process becomes | 1643 | @var{buffer}. If @var{buffer} is @code{nil}, the process becomes |
| 1644 | associated with no buffer; if non-@code{nil}, the process mark will be | 1644 | associated with no buffer; if non-@code{nil} and different from the |
| 1645 | set to point to the end of @var{buffer}. | 1645 | buffer associated with the process, the process mark will be set to |
| 1646 | point to the end of @var{buffer} (unless the process mark is already | ||
| 1647 | associated with @var{buffer}). | ||
| 1646 | @end defun | 1648 | @end defun |
| 1647 | 1649 | ||
| 1648 | @defun get-buffer-process buffer-or-name | 1650 | @defun get-buffer-process buffer-or-name |