diff src/marker.c @ 13327:e518c2be8d7b

(Fset_marker_insertion_type): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Oct 1995 21:38:59 +0000
parents b889a50f71db
children c6a1708f37d4
line wrap: on
line diff
--- a/src/marker.c	Sun Oct 29 20:23:42 1995 +0000
+++ b/src/marker.c	Sun Oct 29 21:38:59 1995 +0000
@@ -303,7 +303,7 @@
        Sset_marker_insertion_type, 2, 2, 0,
   "Set the insertion-type of MARKER to TYPE.\n\
 If TYPE is t, it means the marker advances when you insert text at it.\n\
-If TYPE is t, it means the marker stays behind when you insert text at it.")
+If TYPE is nil, it means the marker stays behind when you insert text at it.")
   (marker, type)
      Lisp_Object marker, type;
 {