diff src/buffer.c @ 44790:56ce64222cbe

(syms_of_buffer): Doc fix.
author Colin Walters <walters@gnu.org>
date Tue, 23 Apr 2002 20:23:46 +0000
parents 8180d4f92b70
children 030fb28e7ec2
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.