1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 08:00:48 -08:00

(syms_of_buffer): Doc fix.

This commit is contained in:
Colin Walters 2002-04-23 20:24:25 +00:00
parent 1d4328ffce
commit eacdfade34
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-04-23 Colin Walters <walters@verbum.org>
* 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 <schwab@suse.de>
* menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and

View file

@ -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.