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
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.