diff options
| author | Colin Walters | 2002-04-23 20:24:25 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-23 20:24:25 +0000 |
| commit | eacdfade34a628c8dc15ee9e5636725f99ede7d7 (patch) | |
| tree | 6e35d071a6c8ed249bd8052a03d29ddb9ef86275 /src | |
| parent | 1d4328ffce9fefc5015fe24368ea73a527d0f646 (diff) | |
| download | emacs-eacdfade34a628c8dc15ee9e5636725f99ede7d7.tar.gz emacs-eacdfade34a628c8dc15ee9e5636725f99ede7d7.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index b2d8ada9a97..08e5a3a24b1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5474,7 +5474,7 @@ from happening repeatedly and making Emacs nonfunctional. */); | |||
| 5474 | Vbefore_change_functions = Qnil; | 5474 | Vbefore_change_functions = Qnil; |
| 5475 | 5475 | ||
| 5476 | DEFVAR_LISP ("after-change-functions", &Vafter_change_functions, | 5476 | DEFVAR_LISP ("after-change-functions", &Vafter_change_functions, |
| 5477 | doc: /* List of function to call after each text change. | 5477 | doc: /* List of functions to call after each text change. |
| 5478 | Three arguments are passed to each function: the positions of | 5478 | Three arguments are passed to each function: the positions of |
| 5479 | the beginning and end of the range of changed text, | 5479 | the beginning and end of the range of changed text, |
| 5480 | and the length in bytes of the pre-change text replaced by that range. | 5480 | and the length in bytes of the pre-change text replaced by that range. |