]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_marker_insertion_type): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Oct 1995 21:38:59 +0000 (21:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Oct 1995 21:38:59 +0000 (21:38 +0000)
src/marker.c

index 3bbccb0b735461092d949ebf4de47668a46fd9d3..8aff8a5c7c54ab7a50081ba32b0bb96d239018fa 100644 (file)
@@ -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;
 {