diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2df6c99edc1..925cb4625a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-02-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (cache-long-scans): Doc fix. | ||
| 4 | |||
| 1 | 2014-02-05 Eli Zaretskii <eliz@gnu.org> | 5 | 2014-02-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * w32fns.c (Fw32_shell_execute): Doc fix. | 7 | * w32fns.c (Fw32_shell_execute): Doc fix. |
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 | ||
| 6133 | There is no reason to set this to nil except for debugging purposes. | ||
| 6134 | |||
| 6133 | Normally, the line-motion functions work by scanning the buffer for | 6135 | Normally, the line-motion functions work by scanning the buffer for |
| 6134 | newlines. Columnar operations (like `move-to-column' and | 6136 | newlines. 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 |