aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2021-06-07 20:36:57 +0200
committerMichael Albinus2021-06-07 20:36:57 +0200
commit89f91e502ec484e7e544c3d33de596da5fe53f73 (patch)
tree85507ab8dbc9c3d9dfd8a536c7bbc52d0397e561
parent17aced49a80e0b9df1eef9624928854f07ac5b7d (diff)
downloademacs-89f91e502ec484e7e544c3d33de596da5fe53f73.tar.gz
emacs-89f91e502ec484e7e544c3d33de596da5fe53f73.zip
; Fix typos in etc/NEWS
-rw-r--r--etc/NEWS28
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 797b265383b..ff06a13a986 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -116,7 +116,7 @@ filters.
116See https://mercurylang.org. 116See https://mercurylang.org.
117 117
118+++ 118+++
119** Etags command line option --declarations now has Mercury-specific behavior. 119** Etags command line option '--declarations' now has Mercury-specific behavior.
120All Mercury declarations are tagged by default. However, for 120All Mercury declarations are tagged by default. However, for
121compatibility with 'etags' support for Prolog, predicates and 121compatibility with 'etags' support for Prolog, predicates and
122functions appearing first in clauses will also be tagged if 'etags' is 122functions appearing first in clauses will also be tagged if 'etags' is
@@ -311,7 +311,7 @@ prompt, and how you can tweak the file size threshold.
311Some terminal emulators set the 8th bit of Meta characters, and then 311Some terminal emulators set the 8th bit of Meta characters, and then
312encode the resulting character code as if it were non-ASCII character 312encode the resulting character code as if it were non-ASCII character
313above codepoint 127. Previously, the only way of using these in Emacs 313above codepoint 127. Previously, the only way of using these in Emacs
314was to set up the terminal emulator to use the ESC characters to send 314was to set up the terminal emulator to use the 'ESC' characters to send
315Meta characters to Emacs, e.g., send "ESC x" when the user types 315Meta characters to Emacs, e.g., send "ESC x" when the user types
316'M-x'. You can now avoid the need for this setup of such terminal 316'M-x'. You can now avoid the need for this setup of such terminal
317emulators by using the new input-meta-mode with the special value 317emulators by using the new input-meta-mode with the special value
@@ -571,14 +571,14 @@ Icomplete, completions are rotated and selection kept at the top.
571When used with Fido, completions scroll like a typical dropdown 571When used with Fido, completions scroll like a typical dropdown
572widget. 572widget.
573 573
574*** Default value of 'icomplete-compute-delay has been changed to 0.15 s. 574*** Default value of 'icomplete-compute-delay' has been changed to 0.15 s.
575 575
576*** Default value of 'icomplete-max-delay-chars' has been changed to 2. 576*** Default value of 'icomplete-max-delay-chars' has been changed to 2.
577 577
578*** Reduced blinking while completing the next completions set. 578*** Reduced blinking while completing the next completions set.
579Icomplete doesn't hide the hint with the previously computed 579Icomplete doesn't hide the hint with the previously computed
580completions anymore when compute delay is in effect, or the previous 580completions anymore when compute delay is in effect, or the previous
581computation has been aborted by input. Instead it shows the previous 581computation has been aborted by input. Instead it shows the previous
582completions until the new ones are ready. 582completions until the new ones are ready.
583 583
584--- 584---
@@ -1115,14 +1115,14 @@ GTK toolkit, this is only true if 'x-gtk-use-system-tooltips' is t.
1115+++ 1115+++
1116*** New command 'describe-command' shows help for a command. 1116*** New command 'describe-command' shows help for a command.
1117This can be used instead of 'describe-function' for interactive 1117This can be used instead of 'describe-function' for interactive
1118commands and is globally bound to `C-h x'. 1118commands and is globally bound to 'C-h x'.
1119 1119
1120+++ 1120+++
1121*** New command 'describe-keymap' describes keybindings in a keymap. 1121*** New command 'describe-keymap' describes keybindings in a keymap.
1122 1122
1123--- 1123---
1124*** New user option 'describe-bindings-outline'. 1124*** New user option 'describe-bindings-outline'.
1125It enables outlines in the output buffer of `describe-bindings' that 1125It enables outlines in the output buffer of 'describe-bindings' that
1126can provide a better overview in a long list of available bindings. 1126can provide a better overview in a long list of available bindings.
1127 1127
1128--- 1128---
@@ -2056,7 +2056,7 @@ This can be used to change the priority of the hl-line overlays.
2056+++ 2056+++
2057*** New command 'mailcap-view-file'. 2057*** New command 'mailcap-view-file'.
2058This command will open a viewer based on the file type, as determined 2058This command will open a viewer based on the file type, as determined
2059by ~/.mailcap and related files and variables. 2059by "~/.mailcap" and related files and variables.
2060 2060
2061+++ 2061+++
2062*** New command 'C-x C-k Q' to force redisplay in keyboard macros. 2062*** New command 'C-x C-k Q' to force redisplay in keyboard macros.
@@ -2518,7 +2518,7 @@ similar to prefix arguments, but are more flexible and discoverable.
2518 2518
2519* Incompatible Editing Changes in Emacs 28.1 2519* Incompatible Editing Changes in Emacs 28.1
2520 2520
2521** `electric-indent-mode` now also indents inside strings and comments, 2521** 'electric-indent-mode' now also indents inside strings and comments,
2522(unless the indentation function doesn't, of course). 2522(unless the indentation function doesn't, of course).
2523To recover the previous behavior you can use: 2523To recover the previous behavior you can use:
2524 2524
@@ -2576,7 +2576,7 @@ In previous versions of Emacs, numbers with a trailing dot and an exponent
2576were read as integers and the exponent ignored: 2.e6 was interpreted as the 2576were read as integers and the exponent ignored: 2.e6 was interpreted as the
2577integer 2. Such numerals are now read as floats with the exponent included: 2577integer 2. Such numerals are now read as floats with the exponent included:
25782.e6 is now read as the floating-point value 2000000.0. 25782.e6 is now read as the floating-point value 2000000.0.
2579That is, (read-from-string "1.e3") => (1000.0 . 4) now. 2579That is, '(read-from-string "1.e3")' => '(1000.0 . 4)' now.
2580 2580
2581+++ 2581+++
2582** The 'lexical-binding' local variable is always enabled. 2582** The 'lexical-binding' local variable is always enabled.
@@ -2785,7 +2785,7 @@ form should be exceedingly rare. See the Info node "(elisp) Backtracking" in
2785the Emacs Lisp reference manual for background. 2785the Emacs Lisp reference manual for background.
2786 2786
2787--- 2787---
2788** 'sql-*-statement-starters' are no longer defcustoms. 2788** 'sql-*-statement-starters' are no longer user options.
2789These variables describe facts about the SQL standard and 2789These variables describe facts about the SQL standard and
2790product-specific additions. There should be no need for users to 2790product-specific additions. There should be no need for users to
2791customize them. 2791customize them.
@@ -3232,10 +3232,10 @@ The new variable 'xwidget-webkit-download-dir' says where to download to.
3232+++ 3232+++
3233** On macOS, Emacs now supports native tabs (in macOS 10.12 and later). 3233** On macOS, Emacs now supports native tabs (in macOS 10.12 and later).
3234Native tabbing behavior is specified system-wide via System 3234Native tabbing behavior is specified system-wide via System
3235Preferences, under under General > 'Prefer tabs when opening 3235Preferences, under under "General => Prefer tabs when opening
3236documents'. In macOS versions 10.15 and earlier, this option is 3236documents". In macOS versions 10.15 and earlier, this option is
3237located under Dock instead. Note that this feature is unrelated to the 3237located under Dock instead. Note that this feature is unrelated to
3238Emacs 'tab-bar-mode'. 3238the Emacs 'tab-bar-mode'.
3239 3239
3240+++ 3240+++
3241** On MS-Windows, Emacs can now toggle the IME. 3241** On MS-Windows, Emacs can now toggle the IME.