aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/processes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 7331eb63762..38ad9076a0c 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -1643,7 +1643,7 @@ how to do these things:
1643 (save-excursion 1643 (save-excursion
1644 ;; @r{Insert the text, advancing the process marker.} 1644 ;; @r{Insert the text, advancing the process marker.}
1645 (goto-char (process-mark proc)) 1645 (goto-char (process-mark proc))
1646 (insert string) 1646 (insert-before-markers string)
1647 (set-marker (process-mark proc) (point))) 1647 (set-marker (process-mark proc) (point)))
1648 (if moving (goto-char (process-mark proc))))))) 1648 (if moving (goto-char (process-mark proc)))))))
1649@end group 1649@end group