aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2010-08-25 01:23:47 -0400
committerEli Zaretskii <[email protected]>2010-08-25 01:23:47 -0400
commit1e5c1c80765a2cb7c973685703422f29afe27a8a (patch)
tree37be2dce877cccf8dd20b66b464f1243b1fa22d8
parentf6aa6ec68ed936800ef2c3aefa42102e60b654cb (diff)
Fix last change in processes.texi.
processes.texi (Filter Functions): Fix last change.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/processes.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 53b8ac2552..b58ce8cd46 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-25 Eli Zaretskii <[email protected]>
+
+ * processes.texi (Filter Functions): Fix last change.
+
2010-08-24 Markus Triska <[email protected]>
* processes.texi (Filter Functions): Use `buffer-live-p' instead
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 265c76471f..89f97f99de 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -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)))