From: Juanma Barranquero Date: Sun, 10 Dec 2006 23:20:13 +0000 (+0000) Subject: (Fmarker_insertion_type): Doc fix. X-Git-Tag: emacs-pretest-22.0.92~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1961ac0f3f56e910e3a193471b456bf9ced71bea;p=emacs.git (Fmarker_insertion_type): Doc fix. --- diff --git a/src/marker.c b/src/marker.c index 48685e7d27c..727e97900c2 100644 --- a/src/marker.c +++ b/src/marker.c @@ -848,7 +848,7 @@ see `marker-insertion-type'. */) 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; {