diff options
| author | Karl Heuer | 1995-06-07 18:38:02 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-07 18:38:02 +0000 |
| commit | 630f4018317ecd0ef5085040b3f91910f31b3630 (patch) | |
| tree | 8d887788bd44d312536b6d617ec9c8e977c20c07 | |
| parent | e974f5992b38242b7e31c7fdcfce6c12dd976c64 (diff) | |
| download | emacs-630f4018317ecd0ef5085040b3f91910f31b3630.tar.gz emacs-630f4018317ecd0ef5085040b3f91910f31b3630.zip | |
Doc fix.
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 61cd2f9bd47..7713e0cb1b7 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3556,8 +3556,8 @@ The functions are run using the `run-hooks' function."); | |||
| 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\ |