Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9bbaf4b0
Commit
9bbaf4b0
authored
Aug 25, 2010
by
Kenichi Handa
Browse files
merge trunk
parents
9dfdbc0a
1e5c1c80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/processes.texi
doc/lispref/processes.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
9bbaf4b0
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
...
...
doc/lispref/processes.texi
View file @
9bbaf4b0
...
...
@@ -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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment