diff options
| author | Juanma Barranquero | 2022-11-04 06:54:07 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2022-11-04 07:05:51 +0100 |
| commit | 55a31836fb2e6fbfedbca993d1855c366b8b0a6b (patch) | |
| tree | 6e492c20e83f60eae7c02b2d271961d00ef41380 | |
| parent | 96436a125dad5cbae888e8385be2a79ef48d5d03 (diff) | |
| download | emacs-55a31836fb2e6fbfedbca993d1855c366b8b0a6b.tar.gz emacs-55a31836fb2e6fbfedbca993d1855c366b8b0a6b.zip | |
; * etc/NEWS.27, etc/NEWS.28: Fix typos.
| -rw-r--r-- | etc/NEWS.27 | 2 | ||||
| -rw-r--r-- | etc/NEWS.28 | 2 |
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. | |||
| 2763 | This variable determines how many bytes can be read from a sub-process | 2763 | This variable determines how many bytes can be read from a sub-process |
| 2764 | in one read operation. The default, 4096 bytes, was previously a | 2764 | in one read operation. The default, 4096 bytes, was previously a |
| 2765 | hard-coded constant. Setting it to a larger value might enhance | 2765 | hard-coded constant. Setting it to a larger value might enhance |
| 2766 | throughput of reading from sub-processes that produces vast | 2766 | throughput of reading from sub-processes that produce vast |
| 2767 | (megabytes) amounts of data in one go. | 2767 | (megabytes) amounts of data in one go. |
| 2768 | 2768 | ||
| 2769 | ** The new user option 'quit-window-hook' is now run first when | 2769 | ** 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 | |||
| 199 | true color by setting 'COLORTERM=truecolor' in the environment. This is | 199 | true color by setting 'COLORTERM=truecolor' in the environment. This is |
| 200 | useful on systems such as FreeBSD which ships only with "etc/termcap". | 200 | useful on systems such as FreeBSD which ships only with "etc/termcap". |
| 201 | 201 | ||
| 202 | ** File names given on the command line are now be pushed onto history. | 202 | ** File names given on the command line are now pushed onto history. |
| 203 | The file names will be pushed onto 'file-name-history', like the names | 203 | The file names will be pushed onto 'file-name-history', like the names |
| 204 | of files visited via 'C-x C-f' and other commands. | 204 | of files visited via 'C-x C-f' and other commands. |
| 205 | 205 | ||