]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS.27, etc/NEWS.28: Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Nov 2022 05:54:07 +0000 (06:54 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Nov 2022 06:05:51 +0000 (07:05 +0100)
etc/NEWS.27
etc/NEWS.28

index f67a8c70d4fcc2d534fbc1a49151b78d1f328669..f4fb4e3121fc4044e761dd5f5c0b9dfe523b86b1 100644 (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
index 1edf4e85b09d464f1423dca04abe9b6c76e8dc13..8eab05a76349cd1a4436589f891ab7e28742daec 100644 (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.