diff options
| author | Stefan Kangas | 2021-12-03 15:57:56 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-03 16:28:47 +0100 |
| commit | eafcccd38f12603f36c686e32f61c56f847f0bb8 (patch) | |
| tree | 6ec6f38f96c0a77197685be24425f48e14511fdd | |
| parent | c006c490eb583d6204ddb75678c76780746d8405 (diff) | |
| download | emacs-eafcccd38f12603f36c686e32f61c56f847f0bb8.tar.gz emacs-eafcccd38f12603f36c686e32f61c56f847f0bb8.zip | |
; FAQ: Normalize references to the NEWS.NN file
* doc/misc/efaq.texi (New in Emacs 26, New in Emacs 25)
(New in Emacs 24, New in Emacs 23, New in Emacs 22)
(New in Emacs 21, New in Emacs 20): Normalize the format for
referring to the NEWS.NN file.
| -rw-r--r-- | doc/misc/efaq.texi | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 44f9c155406..e7ce7c1c953 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -1052,8 +1052,8 @@ Emacs 26.2 comes with data files imported from the latest Unicode | |||
| 1052 | Standard version 11.0.0. | 1052 | Standard version 11.0.0. |
| 1053 | @end itemize | 1053 | @end itemize |
| 1054 | 1054 | ||
| 1055 | Consult the Emacs @file{NEWS} file (@kbd{C-h n}) for the full list of | 1055 | Consult the Emacs @file{NEWS.26} file for the full list of changes in |
| 1056 | changes in Emacs 26. | 1056 | Emacs 26. |
| 1057 | 1057 | ||
| 1058 | @node New in Emacs 25 | 1058 | @node New in Emacs 25 |
| 1059 | @section What is different about Emacs 25? | 1059 | @section What is different about Emacs 25? |
| @@ -1152,8 +1152,8 @@ provide toolkit scroll bars, namely Gtk+, Lucid, Motif and Windows. | |||
| 1152 | 1152 | ||
| 1153 | @end itemize | 1153 | @end itemize |
| 1154 | 1154 | ||
| 1155 | Consult the Emacs @file{NEWS} file (@kbd{C-h n}) for the full list of | 1155 | Consult the Emacs @file{NEWS.25} file for the full list of changes in |
| 1156 | changes in Emacs 25. | 1156 | Emacs 25. |
| 1157 | 1157 | ||
| 1158 | @node New in Emacs 24 | 1158 | @node New in Emacs 24 |
| 1159 | @section What is different about Emacs 24? | 1159 | @section What is different about Emacs 24? |
| @@ -1226,7 +1226,8 @@ Much more flexibility in the handling of windows and buffer display. | |||
| 1226 | 1226 | ||
| 1227 | @end itemize | 1227 | @end itemize |
| 1228 | 1228 | ||
| 1229 | As always, consult the @file{NEWS} file for more information. | 1229 | Consult the Emacs @file{NEWS.24} file for the full list of changes in |
| 1230 | Emacs 24. | ||
| 1230 | 1231 | ||
| 1231 | 1232 | ||
| 1232 | @node New in Emacs 23 | 1233 | @node New in Emacs 23 |
| @@ -1285,6 +1286,9 @@ new Visual Line mode for line-motion; improved completion; a new mode | |||
| 1285 | mode (for editing XML documents) is included; VC has been updated for | 1286 | mode (for editing XML documents) is included; VC has been updated for |
| 1286 | newer version control systems; etc. | 1287 | newer version control systems; etc. |
| 1287 | 1288 | ||
| 1289 | Consult the Emacs @file{NEWS.23} file for the full list of changes in | ||
| 1290 | Emacs 23. | ||
| 1291 | |||
| 1288 | 1292 | ||
| 1289 | @node New in Emacs 22 | 1293 | @node New in Emacs 22 |
| 1290 | @section What is different about Emacs 22? | 1294 | @section What is different about Emacs 22? |
| @@ -1381,6 +1385,9 @@ In addition, Emacs 22 now includes the Emacs Lisp Reference Manual | |||
| 1381 | (@pxref{Emacs Lisp documentation}) and the Emacs Lisp Intro. | 1385 | (@pxref{Emacs Lisp documentation}) and the Emacs Lisp Intro. |
| 1382 | @end itemize | 1386 | @end itemize |
| 1383 | 1387 | ||
| 1388 | Consult the Emacs @file{NEWS.22} file for the full list of changes in | ||
| 1389 | Emacs 22. | ||
| 1390 | |||
| 1384 | 1391 | ||
| 1385 | @node New in Emacs 21 | 1392 | @node New in Emacs 21 |
| 1386 | @section What is different about Emacs 21? | 1393 | @section What is different about Emacs 21? |
| @@ -1403,6 +1410,9 @@ In addition, Emacs 21 supports faces on text-only terminals. This means | |||
| 1403 | that you can now have colors when you run Emacs on a GNU/Linux console | 1410 | that you can now have colors when you run Emacs on a GNU/Linux console |
| 1404 | and on @code{xterm} with @kbd{emacs -nw}. | 1411 | and on @code{xterm} with @kbd{emacs -nw}. |
| 1405 | 1412 | ||
| 1413 | Consult the Emacs @file{NEWS.21} file for the full list of changes in | ||
| 1414 | Emacs 21. | ||
| 1415 | |||
| 1406 | 1416 | ||
| 1407 | @node New in Emacs 20 | 1417 | @node New in Emacs 20 |
| 1408 | @section What is different about Emacs 20? | 1418 | @section What is different about Emacs 20? |
| @@ -1420,6 +1430,10 @@ several languages in the same document; the ``Customize'' facility for | |||
| 1420 | modifying variables without having to use Lisp; and automatic conversion | 1430 | modifying variables without having to use Lisp; and automatic conversion |
| 1421 | of files from Macintosh, Microsoft, and Unix platforms. | 1431 | of files from Macintosh, Microsoft, and Unix platforms. |
| 1422 | 1432 | ||
| 1433 | Consult the Emacs @file{NEWS.20} file for the full list of changes in | ||
| 1434 | Emacs 20. | ||
| 1435 | |||
| 1436 | |||
| 1423 | @node What was XEmacs? | 1437 | @node What was XEmacs? |
| 1424 | @section What was XEmacs? | 1438 | @section What was XEmacs? |
| 1425 | @cindex XEmacs | 1439 | @cindex XEmacs |