aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 33bd80d3f4f..cbf7291e3c8 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6130,6 +6130,8 @@ If the value of the variable is t, undo information is not recorded. */);
6130 DEFVAR_PER_BUFFER ("cache-long-scans", &BVAR (current_buffer, cache_long_scans), Qnil, 6130 DEFVAR_PER_BUFFER ("cache-long-scans", &BVAR (current_buffer, cache_long_scans), Qnil,
6131 doc: /* Non-nil means that Emacs should use caches in attempt to speedup buffer scans. 6131 doc: /* Non-nil means that Emacs should use caches in attempt to speedup buffer scans.
6132 6132
6133There is no reason to set this to nil except for debugging purposes.
6134
6133Normally, the line-motion functions work by scanning the buffer for 6135Normally, the line-motion functions work by scanning the buffer for
6134newlines. Columnar operations (like `move-to-column' and 6136newlines. Columnar operations (like `move-to-column' and
6135`compute-motion') also work by scanning the buffer, summing character 6137`compute-motion') also work by scanning the buffer, summing character