From: Richard M. Stallman Date: Sun, 29 Oct 1995 21:38:59 +0000 (+0000) Subject: (Fset_marker_insertion_type): Doc fix. X-Git-Tag: emacs-19.34~2533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efa9a1605c5b1cb0680f9a1566308d6d391732e7;p=emacs.git (Fset_marker_insertion_type): Doc fix. --- 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; {