aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRĂ¼diger Sonderfeld2015-09-01 00:29:08 +0100
committerRĂ¼diger Sonderfeld2015-09-01 00:29:08 +0100
commit28854f279c982a8f69307ffac41fcf849e994882 (patch)
tree1989cc3f9bf768447a0fc639645ccac791d437e4
parent8307c06e1bb5c008c92ae37fb800b134c6254e58 (diff)
downloademacs-28854f279c982a8f69307ffac41fcf849e994882.tar.gz
emacs-28854f279c982a8f69307ffac41fcf849e994882.zip
; Fix missing sentence end double space in NEWS.
-rw-r--r--etc/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 408286a8cbd..e3b5ee30d7f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
110This is analogous to case-folding, but applies between Unicode 110This is analogous to case-folding, but applies between Unicode
111characters and their ASCII counterparts. This means many characters 111characters and their ASCII counterparts. This means many characters
112will match entire groups of characters. 112will match entire groups of characters.
113 113
114For instance, the " will match all variants of unicode double quotes 114For instance, the " will match all variants of unicode double quotes
@@ -121,7 +121,7 @@ by searching commands to produce a regexp matching anything that
121character-folds into STRING. 121character-folds into STRING.
122 122
123** New command `checkdoc-package-keywords' checks if the 123** New command `checkdoc-package-keywords' checks if the
124current package keywords are recognized. Set the new option 124current 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
330hide all messages of the specified type, where `erc-network-hide-list' 330hide all messages of the specified type, where `erc-network-hide-list'
331and `erc-channel-hide-list' will only hide the specified message types 331and `erc-channel-hide-list' will only hide the specified message types
332for the respective specified targets. 332for 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
363priority (as per `package-archive-priorities') only that one is 363priority (as per `package-archive-priorities') only that one is
364listed. This can be configured with `package-menu-hide-low-priority'. 364listed. 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.
367This includes the above-mentioned low-priority packages, as well as 367This 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
392which were installed by the user (as opposed to installed as 392which were installed by the user (as opposed to installed as
393dependencies). This variable can also be manually customized. 393dependencies). 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
396packages from `package-selected-packages' which are currently missing. 396packages 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:
545The seq library adds sequence manipulation functions and macros that 545The seq library adds sequence manipulation functions and macros that
546complement basic functions provided by subr.el. All functions are 546complement basic functions provided by subr.el. All functions are
547prefixed with `seq-' and work on lists, strings and vectors. 547prefixed 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
707reinclusion protected header files from being fully hidden. 707reinclusion 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
709name patterns (e.x. all "FOR_DOXYGEN_ONLY_*") to be excluded. 709name patterns (e.g. all "FOR_DOXYGEN_ONLY_*") to be excluded.
710 710
711** TeX mode 711** TeX mode
712 712