Fix last change in processes.texi.
authorEli Zaretskii <eliz@gnu.org>
Wed, 25 Aug 2010 05:23:47 +0000 (01:23 -0400)
committerEli Zaretskii <eliz@gnu.org>
Wed, 25 Aug 2010 05:23:47 +0000 (01:23 -0400)
 processes.texi (Filter Functions): Fix last change.

doc/lispref/ChangeLog
doc/lispref/processes.texi

index 53b8ac2..b58ce8c 100644 (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
index 265c764..89f97f9 100644 (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)))