summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2022-11-04 06:54:07 +0100
committerJuanma Barranquero <lekktu@gmail.com>2022-11-04 07:05:51 +0100
commit55a31836fb2e6fbfedbca993d1855c366b8b0a6b (patch)
tree6e492c20e83f60eae7c02b2d271961d00ef41380
parent96436a125dad5cbae888e8385be2a79ef48d5d03 (diff)
downloademacs-55a31836fb2e6fbfedbca993d1855c366b8b0a6b.tar.gz
; * etc/NEWS.27, etc/NEWS.28: Fix typos.
-rw-r--r--etc/NEWS.272
-rw-r--r--etc/NEWS.282
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27
index f67a8c70d4f..f4fb4e3121f 100644
--- a/etc/NEWS.27
+++ b/etc/NEWS.27
@@ -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
diff --git a/etc/NEWS.28 b/etc/NEWS.28
index 1edf4e85b09..8eab05a7634 100644
--- a/etc/NEWS.28
+++ b/etc/NEWS.28
@@ -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.