diff options
| author | Michael Albinus | 2020-01-16 16:17:26 +0100 |
|---|---|---|
| committer | Michael Albinus | 2020-01-16 16:17:26 +0100 |
| commit | e4cec1fd106b9bb04583c043facc65531031db9c (patch) | |
| tree | 79ff8130a57e36a699e0dbe1bffd4de45e0e6905 | |
| parent | 13995f31a219bfcb24da5887136583cbf2deff4c (diff) | |
| download | emacs-e4cec1fd106b9bb04583c043facc65531031db9c.tar.gz emacs-e4cec1fd106b9bb04583c043facc65531031db9c.zip | |
; * etc/NEWS: Fix some file name quotations.
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 10 insertions, 9 deletions
| @@ -69,10 +69,10 @@ Randomization (ASLR) feature, a security technique used by most modern | |||
| 69 | operating systems. | 69 | operating systems. |
| 70 | 70 | ||
| 71 | When built with the portable dumping support (which is the default), | 71 | When built with the portable dumping support (which is the default), |
| 72 | Emacs looks for the 'emacs.pdmp' file, generated during the build, in | 72 | Emacs looks for the "emacs.pdmp" file, generated during the build, in |
| 73 | its data directory at startup, and loads the dumped state from there. | 73 | its data directory at startup, and loads the dumped state from there. |
| 74 | The new command-line argument '--dump-file=FILE' allows specifying a | 74 | The new command-line argument '--dump-file=FILE' allows specifying a |
| 75 | non-default '.pdmp' file to load the state from; see the node | 75 | non-default ".pdmp" file to load the state from; see the node |
| 76 | "(emacs) Initial Options" in the Emacs manual for more information. | 76 | "(emacs) Initial Options" in the Emacs manual for more information. |
| 77 | 77 | ||
| 78 | An Emacs started via a dump file can create a new dump file only if it | 78 | An Emacs started via a dump file can create a new dump file only if it |
| @@ -732,7 +732,7 @@ non-nil. | |||
| 732 | 732 | ||
| 733 | --- | 733 | --- |
| 734 | ** 'autoconf-mode' is now used instead of 'm4-mode' for the | 734 | ** 'autoconf-mode' is now used instead of 'm4-mode' for the |
| 735 | acinclude.m4/aclocal.m4/acsite.m4 files. | 735 | "acinclude.m4" / "aclocal.m4" / "acsite.m4" files. |
| 736 | 736 | ||
| 737 | --- | 737 | --- |
| 738 | ** On GNU/Linux, 'M-x battery' will now list all batteries, no matter | 738 | ** On GNU/Linux, 'M-x battery' will now list all batteries, no matter |
| @@ -1283,9 +1283,9 @@ embedding database passwords in your Emacs initialization. | |||
| 1283 | 1283 | ||
| 1284 | See the 'auth-source' module for complete documentation on the file | 1284 | See the 'auth-source' module for complete documentation on the file |
| 1285 | formats. By default, the wallet file is expected to be in the | 1285 | formats. By default, the wallet file is expected to be in the |
| 1286 | 'user-emacs-directory', named 'sql-wallet' or '.sql-wallet', with | 1286 | 'user-emacs-directory', named "sql-wallet" or ".sql-wallet", with |
| 1287 | '.json' (JSON) or no (NETRC) suffix. Both file formats can optionally | 1287 | ".json" (JSON) or no (NETRC) suffix. Both file formats can optionally |
| 1288 | be encrypted with GPG by adding an additional '.gpg' suffix. | 1288 | be encrypted with GPG by adding an additional ".gpg" suffix. |
| 1289 | 1289 | ||
| 1290 | ** Term | 1290 | ** Term |
| 1291 | 1291 | ||
| @@ -1475,8 +1475,9 @@ completion facilities. | |||
| 1475 | This can be controlled by the new 'ecomplete-sort-predicate' user option. | 1475 | This can be controlled by the new 'ecomplete-sort-predicate' user option. |
| 1476 | 1476 | ||
| 1477 | --- | 1477 | --- |
| 1478 | *** The 'ecompleterc' file is now placed in "~/.emacs.d/ecompleterc" by default. | 1478 | *** The 'ecomplete-database-file' file is now placed in |
| 1479 | Of course it will still find it if you have it in "~/.ecompleterc". | 1479 | "~/.emacs.d/ecompleterc" by default. Of course it will still find it |
| 1480 | if you have it in "~/.ecompleterc". | ||
| 1480 | 1481 | ||
| 1481 | ** Gnus | 1482 | ** Gnus |
| 1482 | 1483 | ||
| @@ -2358,7 +2359,7 @@ in a terminal frame. | |||
| 2358 | --- | 2359 | --- |
| 2359 | *** JSX syntax is now automatically detected and enabled. | 2360 | *** JSX syntax is now automatically detected and enabled. |
| 2360 | If a file imports Facebook's 'React' library, or if the file uses the | 2361 | If a file imports Facebook's 'React' library, or if the file uses the |
| 2361 | extension '.jsx', then various features supporting XML-like syntax | 2362 | extension ".jsx", then various features supporting XML-like syntax |
| 2362 | will be supported in 'js-mode' and derivative modes. ('js-jsx-mode' | 2363 | will be supported in 'js-mode' and derivative modes. ('js-jsx-mode' |
| 2363 | no longer needs to be enabled.) | 2364 | no longer needs to be enabled.) |
| 2364 | 2365 | ||