Mercurial > emacs
comparison src/buffer.c @ 12101:30adadd79bf9
Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 07 Jun 1995 18:38:02 +0000 |
parents | ee38e93ccf7e |
children | d7d7f15f3a92 |
comparison
equal
deleted
inserted
replaced
12100:ad9b385814fc | 12101:30adadd79bf9 |
---|---|
3554 but make-docfile can find it in this comment. */ | 3554 but make-docfile can find it in this comment. */ |
3555 DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, Qnil, | 3555 DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, Qnil, |
3556 "List of undo entries in current buffer.\n\ | 3556 "List of undo entries in current buffer.\n\ |
3557 Recent changes come first; older changes follow newer.\n\ | 3557 Recent changes come first; older changes follow newer.\n\ |
3558 \n\ | 3558 \n\ |
3559 An entry (START . END) represents an insertion which begins at\n\ | 3559 An entry (BEG . END) represents an insertion which begins at\n\ |
3560 position START and ends at position END.\n\ | 3560 position BEG and ends at position END.\n\ |
3561 \n\ | 3561 \n\ |
3562 An entry (TEXT . POSITION) represents the deletion of the string TEXT\n\ | 3562 An entry (TEXT . POSITION) represents the deletion of the string TEXT\n\ |
3563 from (abs POSITION). If POSITION is positive, point was at the front\n\ | 3563 from (abs POSITION). If POSITION is positive, point was at the front\n\ |
3564 of the text being deleted; if negative, point was at the end.\n\ | 3564 of the text being deleted; if negative, point was at the end.\n\ |
3565 \n\ | 3565 \n\ |