Mercurial > emacs
changeset 40472:25269c1f7a10
(print_object): Clarify indication of insertion type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 00:34:18 +0000 |
parents | a74c46e44b13 |
children | 764254527059 |
files | src/print.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Tue Oct 30 00:34:09 2001 +0000 +++ b/src/print.c Tue Oct 30 00:34:18 2001 +0000 @@ -1828,7 +1828,7 @@ strout ("#<marker ", -1, -1, printcharfun, 0); /* Do you think this is necessary? */ if (XMARKER (obj)->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