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 | 822086d2e1f9230157ceb5db3e666bbc36f6085e (patch) | |
tree | 8117b3258b523a5256487fa12b2b87fd8ad4ef20 /src/marker.c | |
parent | b1fde313cd29dbb94fc7730a157d1eb78b92ec7b (diff) | |
download | emacs-822086d2e1f9230157ceb5db3e666bbc36f6085e.tar.gz |
(Fset_marker_insertion_type): Doc fix.
Diffstat (limited to 'src/marker.c')
-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; { |