diff options
| author | Michael Albinus | 2021-06-07 20:36:57 +0200 |
|---|---|---|
| committer | Michael Albinus | 2021-06-07 20:36:57 +0200 |
| commit | 89f91e502ec484e7e544c3d33de596da5fe53f73 (patch) | |
| tree | 85507ab8dbc9c3d9dfd8a536c7bbc52d0397e561 | |
| parent | 17aced49a80e0b9df1eef9624928854f07ac5b7d (diff) | |
| download | emacs-89f91e502ec484e7e544c3d33de596da5fe53f73.tar.gz emacs-89f91e502ec484e7e544c3d33de596da5fe53f73.zip | |
; Fix typos in etc/NEWS
| -rw-r--r-- | etc/NEWS | 28 |
1 files changed, 14 insertions, 14 deletions
| @@ -116,7 +116,7 @@ filters. | |||
| 116 | See https://mercurylang.org. | 116 | See 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. |
| 120 | All Mercury declarations are tagged by default. However, for | 120 | All Mercury declarations are tagged by default. However, for |
| 121 | compatibility with 'etags' support for Prolog, predicates and | 121 | compatibility with 'etags' support for Prolog, predicates and |
| 122 | functions appearing first in clauses will also be tagged if 'etags' is | 122 | functions 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. | |||
| 311 | Some terminal emulators set the 8th bit of Meta characters, and then | 311 | Some terminal emulators set the 8th bit of Meta characters, and then |
| 312 | encode the resulting character code as if it were non-ASCII character | 312 | encode the resulting character code as if it were non-ASCII character |
| 313 | above codepoint 127. Previously, the only way of using these in Emacs | 313 | above codepoint 127. Previously, the only way of using these in Emacs |
| 314 | was to set up the terminal emulator to use the ESC characters to send | 314 | was to set up the terminal emulator to use the 'ESC' characters to send |
| 315 | Meta characters to Emacs, e.g., send "ESC x" when the user types | 315 | Meta 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 |
| 317 | emulators by using the new input-meta-mode with the special value | 317 | emulators 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. | |||
| 571 | When used with Fido, completions scroll like a typical dropdown | 571 | When used with Fido, completions scroll like a typical dropdown |
| 572 | widget. | 572 | widget. |
| 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. |
| 579 | Icomplete doesn't hide the hint with the previously computed | 579 | Icomplete doesn't hide the hint with the previously computed |
| 580 | completions anymore when compute delay is in effect, or the previous | 580 | completions anymore when compute delay is in effect, or the previous |
| 581 | computation has been aborted by input. Instead it shows the previous | 581 | computation has been aborted by input. Instead it shows the previous |
| 582 | completions until the new ones are ready. | 582 | completions 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. |
| 1117 | This can be used instead of 'describe-function' for interactive | 1117 | This can be used instead of 'describe-function' for interactive |
| 1118 | commands and is globally bound to `C-h x'. | 1118 | commands 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'. |
| 1125 | It enables outlines in the output buffer of `describe-bindings' that | 1125 | It enables outlines in the output buffer of 'describe-bindings' that |
| 1126 | can provide a better overview in a long list of available bindings. | 1126 | can 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'. |
| 2058 | This command will open a viewer based on the file type, as determined | 2058 | This command will open a viewer based on the file type, as determined |
| 2059 | by ~/.mailcap and related files and variables. | 2059 | by "~/.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). |
| 2523 | To recover the previous behavior you can use: | 2523 | To 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 | |||
| 2576 | were read as integers and the exponent ignored: 2.e6 was interpreted as the | 2576 | were read as integers and the exponent ignored: 2.e6 was interpreted as the |
| 2577 | integer 2. Such numerals are now read as floats with the exponent included: | 2577 | integer 2. Such numerals are now read as floats with the exponent included: |
| 2578 | 2.e6 is now read as the floating-point value 2000000.0. | 2578 | 2.e6 is now read as the floating-point value 2000000.0. |
| 2579 | That is, (read-from-string "1.e3") => (1000.0 . 4) now. | 2579 | That 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 | |||
| 2785 | the Emacs Lisp reference manual for background. | 2785 | the 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. |
| 2789 | These variables describe facts about the SQL standard and | 2789 | These variables describe facts about the SQL standard and |
| 2790 | product-specific additions. There should be no need for users to | 2790 | product-specific additions. There should be no need for users to |
| 2791 | customize them. | 2791 | customize 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). |
| 3234 | Native tabbing behavior is specified system-wide via System | 3234 | Native tabbing behavior is specified system-wide via System |
| 3235 | Preferences, under under General > 'Prefer tabs when opening | 3235 | Preferences, under under "General => Prefer tabs when opening |
| 3236 | documents'. In macOS versions 10.15 and earlier, this option is | 3236 | documents". In macOS versions 10.15 and earlier, this option is |
| 3237 | located under Dock instead. Note that this feature is unrelated to the | 3237 | located under Dock instead. Note that this feature is unrelated to |
| 3238 | Emacs 'tab-bar-mode'. | 3238 | the 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. |