From efa9a1605c5b1cb0680f9a1566308d6d391732e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Oct 1995 21:38:59 +0000 Subject: [PATCH] (Fset_marker_insertion_type): Doc fix. --- src/marker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marker.c b/src/marker.c index 3bbccb0b735..8aff8a5c7c5 100644 --- a/src/marker.c +++ b/src/marker.c @@ -303,7 +303,7 @@ DEFUN ("set-marker-insertion-type", Fset_marker_insertion_type, 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; { -- 2.39.2