aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/lispref/display.texi4
-rw-r--r--doc/lispref/positions.texi2
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 82bc279fa5b..0aac5235a29 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,9 @@
12013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * positions.texi (Motion by Screen Lines):
4 * display.texi (Truncation): Rename `cache-long-line-scans'
5 to `cache-long-scans'.
6
12013-08-05 Xue Fuqiao <xfq.free@gmail.com> 72013-08-05 Xue Fuqiao <xfq.free@gmail.com>
2 8
3 * windows.texi (Window Start and End): Add an index. 9 * windows.texi (Window Start and End): Add an index.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index c5068425c66..59a6f5ce340 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -217,9 +217,9 @@ over the @code{line-prefix} variable. @xref{Special Properties}.
217continuation to display them, computing the continuation lines can 217continuation to display them, computing the continuation lines can
218make redisplay slow. The column computation and indentation functions 218make redisplay slow. The column computation and indentation functions
219also become slow. Then you might find it advisable to set 219also become slow. Then you might find it advisable to set
220@code{cache-long-line-scans} to @code{t}. 220@code{cache-long-scans} to @code{t}.
221 221
222@defvar cache-long-line-scans 222@defvar cache-long-scans
223If this variable is non-@code{nil}, various indentation and motion 223If this variable is non-@code{nil}, various indentation and motion
224functions, and Emacs redisplay, cache the results of scanning the 224functions, and Emacs redisplay, cache the results of scanning the
225buffer, and consult the cache to avoid rescanning regions of the buffer 225buffer, and consult the cache to avoid rescanning regions of the buffer
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index e8b6166f63c..119ad98a53d 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -483,7 +483,7 @@ Display}.
483 These functions scan text to determine where screen lines break, and 483 These functions scan text to determine where screen lines break, and
484thus take time proportional to the distance scanned. If you intend to 484thus take time proportional to the distance scanned. If you intend to
485use them heavily, Emacs provides caches which may improve the 485use them heavily, Emacs provides caches which may improve the
486performance of your code. @xref{Truncation, cache-long-line-scans}. 486performance of your code. @xref{Truncation, cache-long-scans}.
487 487
488@defun vertical-motion count &optional window 488@defun vertical-motion count &optional window
489This function moves point to the start of the screen line @var{count} 489This function moves point to the start of the screen line @var{count}