aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-04-27 15:01:17 +0200
committerMichael Albinus2018-04-27 15:01:17 +0200
commit4bc74dac281ff2a502fc89e76f6210dc711cfed1 (patch)
tree6c8ba66d659488f31066da62593ee83805c72758
parentcaa93364d47bd28633cc065e31dd5972a1e916d5 (diff)
downloademacs-4bc74dac281ff2a502fc89e76f6210dc711cfed1.tar.gz
emacs-4bc74dac281ff2a502fc89e76f6210dc711cfed1.zip
; Copyedits in etc/NEWS
-rw-r--r--etc/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7d4abd384fb..ca467c0ad49 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -166,7 +166,7 @@ interface that's more like functions like @code{search-forward}.
166 166
167--- 167---
168** More commands support noncontiguous rectangular regions, namely 168** More commands support noncontiguous rectangular regions, namely
169upcase-dwim, downcase-dwim, replace-string, replace-regexp. 169'upcase-dwim', 'downcase-dwim', 'replace-string', 'replace-regexp'.
170 170
171 171
172* Changes in Specialized Modes and Packages in Emacs 27.1 172* Changes in Specialized Modes and Packages in Emacs 27.1
@@ -439,7 +439,7 @@ as it has been reported that many recipients can't read forwards that
439are formatted as MIME digests. 439are formatted as MIME digests.
440 440
441+++ 441+++
442*** `message-forward-included-headers' has changed its default to 442*** 'message-forward-included-headers' has changed its default to
443exclude most headers when forwarding. 443exclude most headers when forwarding.
444 444
445* New Modes and Packages in Emacs 27.1 445* New Modes and Packages in Emacs 27.1
@@ -554,14 +554,14 @@ titled "Allow `&rest' or `&optional' without following variable
554(Bug#29165)" for a full listing of which arglists are accepted across 554(Bug#29165)" for a full listing of which arglists are accepted across
555versions. 555versions.
556 556
557** Internal parsing commands now use syntax-ppss and disregard 557** Internal parsing commands now use 'syntax-ppss' and disregard
558open-paren-in-column-0-is-defun-start. This affects mostly things like 558'open-paren-in-column-0-is-defun-start'. This affects mostly things like
559forward-comment, scan-sexps, and forward-sexp when parsing backward. 559'forward-comment', 'scan-sexps', and 'forward-sexp' when parsing backward.
560The new variable 'comment-use-syntax-ppss' can be set to nil to recover the old 560The new variable 'comment-use-syntax-ppss' can be set to nil to recover the old
561behavior if needed. 561behavior if needed.
562 562
563** The 'server-name' and 'server-socket-dir' variables are set when a 563** The 'server-name' and 'server-socket-dir' variables are set when a
564socket has been pased to Emacs (Bug#24218). 564socket has been passed to Emacs (Bug#24218).
565 565
566--- 566---
567** The 'file-system-info' function is now available on all platforms. 567** The 'file-system-info' function is now available on all platforms.
@@ -569,7 +569,7 @@ instead of just Microsoft platforms. This fixes a 'get-free-disk-space'
569bug on OS X 10.8 and later (Bug#28639). 569bug on OS X 10.8 and later (Bug#28639).
570 570
571+++ 571+++
572** New macro combine-change-calls arranges to call the change hooks 572** New macro 'combine-change-calls' arranges to call the change hooks
573('before-change-functions' and 'after-change-functions') just once 573('before-change-functions' and 'after-change-functions') just once
574each around a sequence of lisp forms, given a region. This is 574each around a sequence of lisp forms, given a region. This is
575useful when a function makes a possibly large number of repetitive 575useful when a function makes a possibly large number of repetitive