merge trunk

This commit is contained in:
Kenichi Handa 2010-08-25 15:06:14 +09:00
commit 9bbaf4b01d
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)))