# HG changeset patch # User Colin Walters # Date 1019593426 0 # Node ID 56ce64222cbef814e88204537f713c071b44478f # Parent d095e59dc01d3fab3f7d0964a7bd683eee582df6 (syms_of_buffer): Doc fix. diff -r d095e59dc01d -r 56ce64222cbe src/buffer.c --- 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.