# HG changeset patch # User Juanma Barranquero # Date 1165792813 0 # Node ID 21b2a6ce1aa921ddb761c14dc3211aa804481885 # Parent 6b41da580ac3d0163c153476b352ea329c27962d (Fmarker_insertion_type): Doc fix. diff -r 6b41da580ac3 -r 21b2a6ce1aa9 src/marker.c --- a/src/marker.c Sun Dec 10 23:16:11 2006 +0000 +++ b/src/marker.c Sun Dec 10 23:20:13 2006 +0000 @@ -848,7 +848,7 @@ DEFUN ("marker-insertion-type", Fmarker_insertion_type, Smarker_insertion_type, 1, 1, 0, doc: /* Return insertion type of MARKER: t if it stays after inserted text. -nil means the marker stays before text inserted there. */) +The value nil means the marker stays before text inserted there. */) (marker) register Lisp_Object marker; {