# HG changeset patch # User Richard M. Stallman # Date 815002739 0 # Node ID e518c2be8d7be4ae5eee7b3d544b2ee6e8ee2d2b # Parent 4e1b078121adcd2d3ae13eed1c70abce72cbe493 (Fset_marker_insertion_type): Doc fix. diff -r 4e1b078121ad -r e518c2be8d7b src/marker.c --- 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; {