summaryrefslogtreecommitdiff
path: root/src/marker.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-29 21:38:59 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-29 21:38:59 +0000
commitefa9a1605c5b1cb0680f9a1566308d6d391732e7 (patch)
tree463b697b0ac49b5dc297cbaae85a9764d8bf1bc9 /src/marker.c
parent2a47b4f5b4162c7cb5d45a7edade9c03efd32f74 (diff)
downloademacs-efa9a1605c5b1cb0680f9a1566308d6d391732e7.tar.gz
(Fset_marker_insertion_type): Doc fix.
Diffstat (limited to 'src/marker.c')
-rw-r--r--src/marker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c
index 3bbccb0b735..8aff8a5c7c5 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -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;
{