1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

Fix last change in processes.texi.

processes.texi (Filter Functions): Fix last change.
This commit is contained in:
Eli Zaretskii 2010-08-25 01:23:47 -04:00
parent f6aa6ec68e
commit 1e5c1c8076
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-25 Eli Zaretskii <eliz@gnu.org>
* processes.texi (Filter Functions): Fix last change.
2010-08-24 Markus Triska <triska@gmx.at> 2010-08-24 Markus Triska <triska@gmx.at>
* processes.texi (Filter Functions): Use `buffer-live-p' instead * processes.texi (Filter Functions): Use `buffer-live-p' instead

View File

@ -1286,7 +1286,7 @@ of point. Here is how to do these things:
@end group @end group
@group @group
(save-excursion (save-excursion
;; <at> r{Insert the text, advancing the process marker.} ;; @r{Insert the text, advancing the process marker.}
(goto-char (process-mark proc)) (goto-char (process-mark proc))
(insert string) (insert string)
(set-marker (process-mark proc) (point))) (set-marker (process-mark proc) (point)))