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:
parent
f6aa6ec68e
commit
1e5c1c8076
@ -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
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user