diff options
| author | RĂ¼diger Sonderfeld | 2015-09-01 00:29:08 +0100 |
|---|---|---|
| committer | RĂ¼diger Sonderfeld | 2015-09-01 00:29:08 +0100 |
| commit | 28854f279c982a8f69307ffac41fcf849e994882 (patch) | |
| tree | 1989cc3f9bf768447a0fc639645ccac791d437e4 | |
| parent | 8307c06e1bb5c008c92ae37fb800b134c6254e58 (diff) | |
| download | emacs-28854f279c982a8f69307ffac41fcf849e994882.tar.gz emacs-28854f279c982a8f69307ffac41fcf849e994882.zip | |
; Fix missing sentence end double space in NEWS.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -108,7 +108,7 @@ frames. | |||
| 108 | 108 | ||
| 109 | ** `isearch' and `query-replace' now perform character folding in matches. | 109 | ** `isearch' and `query-replace' now perform character folding in matches. |
| 110 | This is analogous to case-folding, but applies between Unicode | 110 | This is analogous to case-folding, but applies between Unicode |
| 111 | characters and their ASCII counterparts. This means many characters | 111 | characters and their ASCII counterparts. This means many characters |
| 112 | will match entire groups of characters. | 112 | will match entire groups of characters. |
| 113 | 113 | ||
| 114 | For instance, the " will match all variants of unicode double quotes | 114 | For instance, the " will match all variants of unicode double quotes |
| @@ -121,7 +121,7 @@ by searching commands to produce a regexp matching anything that | |||
| 121 | character-folds into STRING. | 121 | character-folds into STRING. |
| 122 | 122 | ||
| 123 | ** New command `checkdoc-package-keywords' checks if the | 123 | ** New command `checkdoc-package-keywords' checks if the |
| 124 | current package keywords are recognized. Set the new option | 124 | current package keywords are recognized. Set the new option |
| 125 | `checkdoc-package-keywords-flag' to non-nil to make | 125 | `checkdoc-package-keywords-flag' to non-nil to make |
| 126 | `checkdoc-current-buffer' call this function automatically. | 126 | `checkdoc-current-buffer' call this function automatically. |
| 127 | 127 | ||
| @@ -326,7 +326,7 @@ is suitable for most programming languages such as C or Lisp (but not | |||
| 326 | 326 | ||
| 327 | ** ERC | 327 | ** ERC |
| 328 | 328 | ||
| 329 | *** Hide message types by network or channel. `erc-hide-list' will | 329 | *** Hide message types by network or channel. `erc-hide-list' will |
| 330 | hide all messages of the specified type, where `erc-network-hide-list' | 330 | hide all messages of the specified type, where `erc-network-hide-list' |
| 331 | and `erc-channel-hide-list' will only hide the specified message types | 331 | and `erc-channel-hide-list' will only hide the specified message types |
| 332 | for the respective specified targets. | 332 | for the respective specified targets. |
| @@ -361,7 +361,7 @@ always respect that. | |||
| 361 | 361 | ||
| 362 | *** If a package is available on multiple archives and one has higher | 362 | *** If a package is available on multiple archives and one has higher |
| 363 | priority (as per `package-archive-priorities') only that one is | 363 | priority (as per `package-archive-priorities') only that one is |
| 364 | listed. This can be configured with `package-menu-hide-low-priority'. | 364 | listed. This can be configured with `package-menu-hide-low-priority'. |
| 365 | 365 | ||
| 366 | *** `package-menu-toggle-hiding' now toggles the hiding of packages. | 366 | *** `package-menu-toggle-hiding' now toggles the hiding of packages. |
| 367 | This includes the above-mentioned low-priority packages, as well as | 367 | This includes the above-mentioned low-priority packages, as well as |
| @@ -390,7 +390,7 @@ The FORCE argument to `package-delete' overrides this. | |||
| 390 | 390 | ||
| 391 | *** New custom variable `package-selected-packages' tracks packages | 391 | *** New custom variable `package-selected-packages' tracks packages |
| 392 | which were installed by the user (as opposed to installed as | 392 | which were installed by the user (as opposed to installed as |
| 393 | dependencies). This variable can also be manually customized. | 393 | dependencies). This variable can also be manually customized. |
| 394 | 394 | ||
| 395 | *** New command `package-install-user-selected-packages' installs all | 395 | *** New command `package-install-user-selected-packages' installs all |
| 396 | packages from `package-selected-packages' which are currently missing. | 396 | packages from `package-selected-packages' which are currently missing. |
| @@ -543,7 +543,7 @@ appending FUN to `minibuffer-setup-hook'. | |||
| 543 | ** seq | 543 | ** seq |
| 544 | *** New seq library: | 544 | *** New seq library: |
| 545 | The seq library adds sequence manipulation functions and macros that | 545 | The seq library adds sequence manipulation functions and macros that |
| 546 | complement basic functions provided by subr.el. All functions are | 546 | complement basic functions provided by subr.el. All functions are |
| 547 | prefixed with `seq-' and work on lists, strings and vectors. | 547 | prefixed with `seq-' and work on lists, strings and vectors. |
| 548 | 548 | ||
| 549 | ** map | 549 | ** map |
| @@ -706,7 +706,7 @@ name patterns. Default case-insensitive .h, .hh, .hpp and .hxx. | |||
| 706 | *** New custom variable `hide-ifdef-expand-reinclusion-protection' to prevent | 706 | *** New custom variable `hide-ifdef-expand-reinclusion-protection' to prevent |
| 707 | reinclusion protected header files from being fully hidden. | 707 | reinclusion protected header files from being fully hidden. |
| 708 | *** New custom variable `hide-ifdef-exclude-define-regexp' to define symbol | 708 | *** New custom variable `hide-ifdef-exclude-define-regexp' to define symbol |
| 709 | name patterns (e.x. all "FOR_DOXYGEN_ONLY_*") to be excluded. | 709 | name patterns (e.g. all "FOR_DOXYGEN_ONLY_*") to be excluded. |
| 710 | 710 | ||
| 711 | ** TeX mode | 711 | ** TeX mode |
| 712 | 712 | ||