From 630f4018317ecd0ef5085040b3f91910f31b3630 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 7 Jun 1995 18:38:02 +0000 Subject: [PATCH] Doc fix. --- src/buffer.c | 4 ++-- 1 file 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."); "List of undo entries in current buffer.\n\ Recent changes come first; older changes follow newer.\n\ \n\ -An entry (START . END) represents an insertion which begins at\n\ -position START and ends at position END.\n\ +An entry (BEG . END) represents an insertion which begins at\n\ +position BEG and ends at position END.\n\ \n\ An entry (TEXT . POSITION) represents the deletion of the string TEXT\n\ from (abs POSITION). If POSITION is positive, point was at the front\n\ -- 2.39.2