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 /doc/lispref/ChangeLog | |
| 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 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b38256a4492..eff328caa60 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-02-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Truncation): | ||
| 4 | * positions.texi (Screen Lines): Do not mention cache-long-scans. | ||
| 5 | |||
| 1 | 2014-01-31 Juri Linkov <juri@jurta.org> | 6 | 2014-01-31 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * searching.texi (String Search): Incremental word search fixes. | 8 | * searching.texi (String Search): Incremental word search fixes. |