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 69f781e3a9f..b73401a62a2 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -1688,7 +1688,7 @@ how to do these things:
1688 (save-excursion 1688 (save-excursion
1689 ;; @r{Insert the text, advancing the process marker.} 1689 ;; @r{Insert the text, advancing the process marker.}
1690 (goto-char (process-mark proc)) 1690 (goto-char (process-mark proc))
1691 (insert string) 1691 (insert-before-markers string)
1692 (set-marker (process-mark proc) (point))) 1692 (set-marker (process-mark proc) (point)))
1693 (if moving (goto-char (process-mark proc))))))) 1693 (if moving (goto-char (process-mark proc)))))))
1694@end group 1694@end group