diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-29 21:38:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-29 21:38:59 +0000 |
commit | efa9a1605c5b1cb0680f9a1566308d6d391732e7 (patch) | |
tree | 463b697b0ac49b5dc297cbaae85a9764d8bf1bc9 | |
parent | 2a47b4f5b4162c7cb5d45a7edade9c03efd32f74 (diff) | |
download | emacs-efa9a1605c5b1cb0680f9a1566308d6d391732e7.tar.gz |
(Fset_marker_insertion_type): Doc fix.
-rw-r--r-- | src/marker.c | 2 |
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; { |