]> git.eshelyaron.com Git - emacs.git/commitdiff
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 53b8ac255223f6d7d9aa5dc4a065b91e47a83e2b..b58ce8cd464c64300304a2ae9d625800a5854fd6 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 265c76471f055705525f464c9217c50569e70b49..89f97f99de318c2ddd876d18db0224d6388abb3e 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)))