diff options
| author | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
| commit | ee3a674c7c9e39fe7ff296ce1f9830fc45520de8 (patch) | |
| tree | e8ba1e7be54314f208454e80e3d31044c913f3eb /doc/lispref/processes.texi | |
| parent | fe0e53d963899a16e0dd1bbc1ba10a6b59f7989e (diff) | |
| parent | 0a8e88fd83db5398d36064a7f87cff5b57da7284 (diff) | |
| download | emacs-scratch/font_lock_large_files.tar.gz emacs-scratch/font_lock_large_files.zip | |
Merge branch 'master' into scratch/font_lock_large_filesscratch/font_lock_large_files
Diffstat (limited to 'doc/lispref/processes.texi')
| -rw-r--r-- | doc/lispref/processes.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 382053ab24a..db6b4c35ef7 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -1960,7 +1960,6 @@ because @var{seconds} can be floating point to specify | |||
| 1960 | waiting a fractional number of seconds. If @var{seconds} is 0, the | 1960 | waiting a fractional number of seconds. If @var{seconds} is 0, the |
| 1961 | function accepts whatever output is pending but does not wait. | 1961 | function accepts whatever output is pending but does not wait. |
| 1962 | 1962 | ||
| 1963 | @c Emacs 22.1 feature | ||
| 1964 | If @var{process} is a process, and the argument @var{just-this-one} is | 1963 | If @var{process} is a process, and the argument @var{just-this-one} is |
| 1965 | non-@code{nil}, only output from that process is handled, suspending output | 1964 | non-@code{nil}, only output from that process is handled, suspending output |
| 1966 | from other processes until some output has been received from that | 1965 | from other processes until some output has been received from that |