diff options
| author | john muhl | 2024-07-17 15:48:37 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-18 08:24:37 +0300 |
| commit | 765cfaed775567afde3607b87f2657f0c0179f28 (patch) | |
| tree | 581e15f769e8a4a0bb2f54cc95ecfcf73ad89f20 | |
| parent | 7093504da2d7267cec1f6530b3cb234a5301012d (diff) | |
| download | emacs-765cfaed775567afde3607b87f2657f0c0179f28.tar.gz emacs-765cfaed775567afde3607b87f2657f0c0179f28.zip | |
; * doc/emacs/anti.texi (Antinews): Fix typos (bug#72167).
| -rw-r--r-- | doc/emacs/anti.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi index 42c656ac852..bf355ff1fea 100644 --- a/doc/emacs/anti.texi +++ b/doc/emacs/anti.texi | |||
| @@ -42,9 +42,9 @@ explicitly at configure time. This makes the default Emacs build | |||
| 42 | process much faster. | 42 | process much faster. |
| 43 | 43 | ||
| 44 | @item | 44 | @item |
| 45 | JSON interfaces are slowly move into oblivion as past years come closer, | 45 | JSON interfaces slowly move into oblivion as past years come closer, so |
| 46 | so we have removed our internal implementation of JSON; you will now | 46 | we have removed our internal implementation of JSON; you will now need |
| 47 | need to build Emacs with the libjansson library, if you need JSON. | 47 | to build Emacs with the libjansson library, if you need JSON. |
| 48 | Eventually, we plan on removing JSON support from Emacs altogether; this | 48 | Eventually, we plan on removing JSON support from Emacs altogether; this |
| 49 | move will make the removal much simpler. | 49 | move will make the removal much simpler. |
| 50 | 50 | ||
| @@ -52,7 +52,7 @@ move will make the removal much simpler. | |||
| 52 | Tree-sitter based modes are now completely independent of their | 52 | Tree-sitter based modes are now completely independent of their |
| 53 | non-Tree-Sitter counterparts. We decided that keeping the settings | 53 | non-Tree-Sitter counterparts. We decided that keeping the settings |
| 54 | separate and independent goes a long way toward simplicity, which is one | 54 | separate and independent goes a long way toward simplicity, which is one |
| 55 | of our main motivation for removing stuff from Emacs. | 55 | of our main motivations for removing stuff from Emacs. |
| 56 | 56 | ||
| 57 | @item | 57 | @item |
| 58 | Various Help commands no longer turn on Outline minor mode. With less | 58 | Various Help commands no longer turn on Outline minor mode. With less |