aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-05 20:27:26 -0800
committerGlenn Morris2014-02-05 20:27:26 -0800
commit314ffdb1d7dfe361462be949ae953334e1aa5977 (patch)
tree8d17995822006d1989f529b490c1401fcdd10fb0 /etc
parentb3a271a56ca3f7f9b137f2ae502c6cf86b1097b7 (diff)
downloademacs-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f58284d978..ea2287e0f5e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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',
244because it affects caching of paragraph scanning results as well. 244because it affects caching of paragraph scanning results as well.
245Also, it is now enabled by default. 245There 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.