aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-01-16 16:17:26 +0100
committerMichael Albinus2020-01-16 16:17:26 +0100
commite4cec1fd106b9bb04583c043facc65531031db9c (patch)
tree79ff8130a57e36a699e0dbe1bffd4de45e0e6905
parent13995f31a219bfcb24da5887136583cbf2deff4c (diff)
downloademacs-e4cec1fd106b9bb04583c043facc65531031db9c.tar.gz
emacs-e4cec1fd106b9bb04583c043facc65531031db9c.zip
; * etc/NEWS: Fix some file name quotations.
-rw-r--r--etc/NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 38fff3f7568..d6eb5d9e666 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,10 +69,10 @@ Randomization (ASLR) feature, a security technique used by most modern
69operating systems. 69operating systems.
70 70
71When built with the portable dumping support (which is the default), 71When built with the portable dumping support (which is the default),
72Emacs looks for the 'emacs.pdmp' file, generated during the build, in 72Emacs looks for the "emacs.pdmp" file, generated during the build, in
73its data directory at startup, and loads the dumped state from there. 73its data directory at startup, and loads the dumped state from there.
74The new command-line argument '--dump-file=FILE' allows specifying a 74The new command-line argument '--dump-file=FILE' allows specifying a
75non-default '.pdmp' file to load the state from; see the node 75non-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
78An Emacs started via a dump file can create a new dump file only if it 78An 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
735acinclude.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
1284See the 'auth-source' module for complete documentation on the file 1284See the 'auth-source' module for complete documentation on the file
1285formats. By default, the wallet file is expected to be in the 1285formats. 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
1288be encrypted with GPG by adding an additional '.gpg' suffix. 1288be encrypted with GPG by adding an additional ".gpg" suffix.
1289 1289
1290** Term 1290** Term
1291 1291
@@ -1475,8 +1475,9 @@ completion facilities.
1475This can be controlled by the new 'ecomplete-sort-predicate' user option. 1475This 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
1479Of 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
1480if 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.
2360If a file imports Facebook's 'React' library, or if the file uses the 2361If a file imports Facebook's 'React' library, or if the file uses the
2361extension '.jsx', then various features supporting XML-like syntax 2362extension ".jsx", then various features supporting XML-like syntax
2362will be supported in 'js-mode' and derivative modes. ('js-jsx-mode' 2363will be supported in 'js-mode' and derivative modes. ('js-jsx-mode'
2363no longer needs to be enabled.) 2364no longer needs to be enabled.)
2364 2365