Skip to content

Commit d9d914b

Browse files
committed
Merge from origin/emacs-26
ec02c73 Update process filter example (Bug#35044)
2 parents c4d1697 + ec02c73 commit d9d914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lispref/processes.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ how to do these things:
16881688
(save-excursion
16891689
;; @r{Insert the text, advancing the process marker.}
16901690
(goto-char (process-mark proc))
1691-
(insert string)
1691+
(insert-before-markers string)
16921692
(set-marker (process-mark proc) (point)))
16931693
(if moving (goto-char (process-mark proc)))))))
16941694
@end group

0 commit comments

Comments
 (0)