diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-13 12:39:42 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-13 12:57:44 +0200 |
commit | 4530368c06fef6a289b313b35c39e30629104020 (patch) | |
tree | 9710dff24dbf2e59479797a58b78adf4da4a7dd0 /doc/lispref/processes.texi | |
parent | 60f2a486e9d183c80e388d1fec7bab3754aaaebf (diff) | |
download | emacs-4530368c06fef6a289b313b35c39e30629104020.tar.gz emacs-4530368c06fef6a289b313b35c39e30629104020.tar.bz2 emacs-4530368c06fef6a289b313b35c39e30629104020.zip |
Delete many references to Emacs 23 or older from docs
* doc/emacs/glossary.texi (Glossary):
* doc/emacs/msdos.texi (Windows Fonts):
* doc/lispref/loading.texi (Library Search):
* doc/lispref/processes.texi (Accepting Output):
* doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration):
* doc/misc/efaq-w32.texi (Font names):
* doc/misc/efaq.texi (Turning on syntax highlighting)
(Escape sequences in shell output):
* doc/misc/eshell.texi (Bugs and ideas):
* doc/misc/gnus.texi (nnmairix requirements):
* doc/misc/gnus-faq.texi (FAQ 1-5):
* doc/misc/idlwave.texi (Troubleshooting):
* doc/misc/message.texi (Using S/MIME):
* doc/misc/mh-e.texi (Preface, Incorporating Mail):
* doc/misc/viper.texi (Viper Specials): Delete references to Emacs 23
or older.
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 waiting a fractional number of seconds. If @var{seconds} is 0, the function accepts whatever output is pending but does not wait. -@c Emacs 22.1 feature If @var{process} is a process, and the argument @var{just-this-one} is non-@code{nil}, only output from that process is handled, suspending output from other processes until some output has been received from that |