changeset 74568:21b2a6ce1aa9

(Fmarker_insertion_type): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 10 Dec 2006 23:20:13 +0000
parents 6b41da580ac3
children 6d7e4ace438f
files src/marker.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {