diff options
| author | Charles A. Roelli | 2017-10-13 20:51:13 +0200 |
|---|---|---|
| committer | Charles A. Roelli | 2017-10-13 20:52:08 +0200 |
| commit | 8968be822ea864f383be75888e83bd92274fc520 (patch) | |
| tree | 3800d8bdccca0a0f8708a42526925f7c72eda32b | |
| parent | 716b84034d10b8cae5d721173108c4c299f66ed0 (diff) | |
| download | emacs-8968be822ea864f383be75888e83bd92274fc520.tar.gz emacs-8968be822ea864f383be75888e83bd92274fc520.zip | |
; * etc/NEWS: Grammar and spelling fixes
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.1)
(Lisp Changes in Emacs 26.1): Fix the grammar and spelling of some
entries.
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -630,12 +630,12 @@ remaining directories without more prompts. | |||
| 630 | It gets replaced by the current file name, like ' ? '. | 630 | It gets replaced by the current file name, like ' ? '. |
| 631 | 631 | ||
| 632 | +++ | 632 | +++ |
| 633 | *** A new option 'dired-always-read-filesystem' default to nil. | 633 | *** A new option 'dired-always-read-filesystem' defaulting to nil. |
| 634 | If non-nil, buffers visiting files are reverted before search them; | 634 | If non-nil, buffers visiting files are reverted before they are |
| 635 | for instance, in 'dired-mark-files-containing-regexp' a non-nil value | 635 | searched; for instance, in 'dired-mark-files-containing-regexp' a |
| 636 | of this option means the file is revisited in a temporary buffer; | 636 | non-nil value of this option means the file is revisited in a |
| 637 | this temporary buffer is the actual buffer searched: the original buffer | 637 | temporary buffer; this temporary buffer is the actual buffer searched: |
| 638 | visiting the file is not modified. | 638 | the original buffer visiting the file is not modified. |
| 639 | 639 | ||
| 640 | --- | 640 | --- |
| 641 | *** Users can now customize mouse clicks in Dired in a more flexible way. | 641 | *** Users can now customize mouse clicks in Dired in a more flexible way. |
| @@ -1102,7 +1102,7 @@ domain. | |||
| 1102 | *** 'url-retrieve-synchronously' now takes an optional timeout parameter. | 1102 | *** 'url-retrieve-synchronously' now takes an optional timeout parameter. |
| 1103 | 1103 | ||
| 1104 | --- | 1104 | --- |
| 1105 | *** The URL package now support HTTPS over proxies supporting CONNECT. | 1105 | *** The URL package now supports HTTPS over proxies supporting CONNECT. |
| 1106 | 1106 | ||
| 1107 | +++ | 1107 | +++ |
| 1108 | *** 'url-user-agent' now defaults to 'default', and the User-Agent | 1108 | *** 'url-user-agent' now defaults to 'default', and the User-Agent |
| @@ -1868,7 +1868,7 @@ For details, see the doc string of 'rx--pcase-macroexpander'. | |||
| 1868 | ** New functions to set region from secondary selection and vice versa. | 1868 | ** New functions to set region from secondary selection and vice versa. |
| 1869 | The new functions 'secondary-selection-to-region' and | 1869 | The new functions 'secondary-selection-to-region' and |
| 1870 | 'secondary-selection-from-region' let you set the beginning and the | 1870 | 'secondary-selection-from-region' let you set the beginning and the |
| 1871 | end of the region from those of the secondary selection and vise | 1871 | end of the region from those of the secondary selection and vice |
| 1872 | versa. | 1872 | versa. |
| 1873 | 1873 | ||
| 1874 | ** New function 'lgstring-remove-glyph' can be used to modify a | 1874 | ** New function 'lgstring-remove-glyph' can be used to modify a |