diff options
| author | Michael Albinus | 2018-04-27 15:01:17 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-04-27 15:01:17 +0200 |
| commit | 4bc74dac281ff2a502fc89e76f6210dc711cfed1 (patch) | |
| tree | 6c8ba66d659488f31066da62593ee83805c72758 | |
| parent | caa93364d47bd28633cc065e31dd5972a1e916d5 (diff) | |
| download | emacs-4bc74dac281ff2a502fc89e76f6210dc711cfed1.tar.gz emacs-4bc74dac281ff2a502fc89e76f6210dc711cfed1.zip | |
; Copyedits in etc/NEWS
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -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 |
| 169 | ‘upcase-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 | |||
| 439 | are formatted as MIME digests. | 439 | are 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 |
| 443 | exclude most headers when forwarding. | 443 | exclude 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 |
| 555 | versions. | 555 | versions. |
| 556 | 556 | ||
| 557 | ** Internal parsing commands now use syntax-ppss and disregard | 557 | ** Internal parsing commands now use 'syntax-ppss' and disregard |
| 558 | open-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 |
| 559 | forward-comment, scan-sexps, and forward-sexp when parsing backward. | 559 | 'forward-comment', 'scan-sexps', and 'forward-sexp' when parsing backward. |
| 560 | The new variable 'comment-use-syntax-ppss' can be set to nil to recover the old | 560 | The new variable 'comment-use-syntax-ppss' can be set to nil to recover the old |
| 561 | behavior if needed. | 561 | behavior 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 |
| 564 | socket has been pased to Emacs (Bug#24218). | 564 | socket 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' | |||
| 569 | bug on OS X 10.8 and later (Bug#28639). | 569 | bug 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 |
| 574 | each around a sequence of lisp forms, given a region. This is | 574 | each around a sequence of lisp forms, given a region. This is |
| 575 | useful when a function makes a possibly large number of repetitive | 575 | useful when a function makes a possibly large number of repetitive |