From: Colin Walters Date: Tue, 23 Apr 2002 20:24:25 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~15450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eacdfade34a628c8dc15ee9e5636725f99ede7d7;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17c4fb71868..df34b15a646 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-04-23 Colin Walters + + * play/gamegrid.el (gamegrid-add-score-with-update-game-score): + Handle the case where we're already viewing the score file. + 2002-04-23 Andreas Schwab * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and 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. */); 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.