1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +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>
* 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
@group
(save-excursion
;; <at> r{Insert the text, advancing the process marker.}
;; @r{Insert the text, advancing the process marker.}
(goto-char (process-mark proc))
(insert string)
(set-marker (process-mark proc) (point)))