aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-29 21:38:59 +0000
committerRichard M. Stallman1995-10-29 21:38:59 +0000
commitefa9a1605c5b1cb0680f9a1566308d6d391732e7 (patch)
tree463b697b0ac49b5dc297cbaae85a9764d8bf1bc9 /src
parent2a47b4f5b4162c7cb5d45a7edade9c03efd32f74 (diff)
downloademacs-efa9a1605c5b1cb0680f9a1566308d6d391732e7.tar.gz
emacs-efa9a1605c5b1cb0680f9a1566308d6d391732e7.zip
(Fset_marker_insertion_type): Doc fix.
Diffstat (limited to 'src')
-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,
303 Sset_marker_insertion_type, 2, 2, 0, 303 Sset_marker_insertion_type, 2, 2, 0,
304 "Set the insertion-type of MARKER to TYPE.\n\ 304 "Set the insertion-type of MARKER to TYPE.\n\
305If TYPE is t, it means the marker advances when you insert text at it.\n\ 305If TYPE is t, it means the marker advances when you insert text at it.\n\
306If TYPE is t, it means the marker stays behind when you insert text at it.") 306If TYPE is nil, it means the marker stays behind when you insert text at it.")
307 (marker, type) 307 (marker, type)
308 Lisp_Object marker, type; 308 Lisp_Object marker, type;
309{ 309{