]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmarker_insertion_type): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 10 Dec 2006 23:20:13 +0000 (23:20 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 10 Dec 2006 23:20:13 +0000 (23:20 +0000)
src/marker.c

index 48685e7d27cfa577657a18c5d5a2e04ef83f631a..727e97900c2c0d66d7f653faf82132e868ddd4b4 100644 (file)
@@ -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;
 {