]> git.eshelyaron.com Git - emacs.git/commitdiff
(print_object): Clarify indication of insertion type.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 00:34:18 +0000 (00:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 00:34:18 +0000 (00:34 +0000)
src/print.c

index 15da00a9e5a7573c9445d1b0f8a2b427b726af8a..832e9af46bd95592c4bfd4c3446c131b5b8ff3df 100644 (file)
@@ -1828,7 +1828,7 @@ print_object (obj, printcharfun, escapeflag)
          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