; * etc/NEWS.27, etc/NEWS.28: Fix typos.

This commit is contained in:
Juanma Barranquero 2022-11-04 06:54:07 +01:00
parent 96436a125d
commit 55a31836fb
2 changed files with 2 additions and 2 deletions

View file

@ -2763,7 +2763,7 @@ not waiting for a process to be set up.
This variable determines how many bytes can be read from a sub-process
in one read operation. The default, 4096 bytes, was previously a
hard-coded constant. Setting it to a larger value might enhance
throughput of reading from sub-processes that produces vast
throughput of reading from sub-processes that produce vast
(megabytes) amounts of data in one go.
** The new user option 'quit-window-hook' is now run first when

View file

@ -199,7 +199,7 @@ lacks the terminfo database, you can instruct Emacs to support 24-bit
true color by setting 'COLORTERM=truecolor' in the environment. This is
useful on systems such as FreeBSD which ships only with "etc/termcap".
** File names given on the command line are now be pushed onto history.
** File names given on the command line are now pushed onto history.
The file names will be pushed onto 'file-name-history', like the names
of files visited via 'C-x C-f' and other commands.