From: Richard M. Stallman Date: Tue, 30 Oct 2001 00:34:18 +0000 (+0000) Subject: (print_object): Clarify indication of insertion type. X-Git-Tag: ttn-vms-21-2-B4~19029 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=210ebd3d84b32c666a46651e66070c5f7a7d44a5;p=emacs.git (print_object): Clarify indication of insertion type. --- diff --git a/src/print.c b/src/print.c index 15da00a9e5a..832e9af46bd 100644 --- a/src/print.c +++ b/src/print.c @@ -1828,7 +1828,7 @@ print_object (obj, printcharfun, escapeflag) strout ("#insertion_type != 0) - strout ("(before-insertion) ", -1, -1, printcharfun, 0); + strout ("(moves after insertion) ", -1, -1, printcharfun, 0); if (!(XMARKER (obj)->buffer)) strout ("in no buffer", -1, -1, printcharfun, 0); else