Mercurial > emacs
changeset 44790:56ce64222cbe
(syms_of_buffer): Doc fix.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Tue, 23 Apr 2002 20:23:46 +0000 |
parents | d095e59dc01d |
children | 3969f8273bc8 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Tue Apr 23 20:23:05 2002 +0000 +++ b/src/buffer.c Tue Apr 23 20:23:46 2002 +0000 @@ -5474,7 +5474,7 @@ Vbefore_change_functions = Qnil; DEFVAR_LISP ("after-change-functions", &Vafter_change_functions, - doc: /* List of function to call after each text change. + doc: /* List of functions to call after each text change. Three arguments are passed to each function: the positions of the beginning and end of the range of changed text, and the length in bytes of the pre-change text replaced by that range.