diff options
| author | Glenn Morris | 2014-02-05 20:27:26 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-05 20:27:26 -0800 |
| commit | 314ffdb1d7dfe361462be949ae953334e1aa5977 (patch) | |
| tree | 8d17995822006d1989f529b490c1401fcdd10fb0 /etc | |
| parent | b3a271a56ca3f7f9b137f2ae502c6cf86b1097b7 (diff) | |
| download | emacs-314ffdb1d7dfe361462be949ae953334e1aa5977.tar.gz emacs-314ffdb1d7dfe361462be949ae953334e1aa5977.zip | |
Doc changes for cache-long-scans
Ref: http://debbugs.gnu.org/15797#65
* doc/lispref/display.texi (Truncation):
* doc/lispref/positions.texi (Screen Lines): Do not mention cache-long-scans.
* src/buffer.c (cache-long-scans): Doc fix.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -240,9 +240,9 @@ to be printed in other formats (octal, hexadecimal, and character). | |||
| 240 | ** `write-region-inhibit-fsync' now defaults to t in batch mode. | 240 | ** `write-region-inhibit-fsync' now defaults to t in batch mode. |
| 241 | 241 | ||
| 242 | +++ | 242 | +++ |
| 243 | ** `cache-long-line-scans' has been renamed to `cache-long-scans' | 243 | ** `cache-long-line-scans' is now non-nil, and renamed to `cache-long-scans', |
| 244 | because it affects caching of paragraph scanning results as well. | 244 | because it affects caching of paragraph scanning results as well. |
| 245 | Also, it is now enabled by default. | 245 | There is no reason to set this to nil except for debugging purposes. |
| 246 | 246 | ||
| 247 | --- | 247 | --- |
| 248 | ** The option `set-mark-default-inactive' has been deleted. | 248 | ** The option `set-mark-default-inactive' has been deleted. |