aboutsummaryrefslogtreecommitdiffstats
path: root/man/misc.texi
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2000-10-19 04:30:51 +0000
committerMiles Bader <[email protected]>2000-10-19 04:30:51 +0000
commit97f5930988190c9cc1b09937ce10a7cd266ff964 (patch)
tree8dcc64224fd0e91f111e6f628f0c7eb596ed2a33 /man/misc.texi
parentd648cc45f5f70521fd84e1e6fc13be4225610757 (diff)
(Shell Mode):
Document `comint-write-output', name change to `comint-delete-output'.
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi17
1 files changed, 13 insertions, 4 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 4be159f8c4..884a771754 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -580,10 +580,19 @@ pending in the shell buffer and not yet sent.
@item C-c C-o
@kindex C-c C-o @r{(Shell mode)}
-@findex comint-kill-output
-Kill the last batch of output from a shell command
-(@code{comint-kill-output}). This is useful if a shell command spews
-out lots of output that just gets in the way.
+@findex comint-delete-output
+Delete the last batch of output from a shell command
+(@code{comint-delete-output}). This is useful if a shell command spews
+out lots of output that just gets in the way. This command used to be
+called @code{comint-kill-output}.
+
+@item C-c C-s
+@kindex C-c C-s @r{(Shell mode)}
+@findex comint-write-output
+Write the last batch of output from a shell command to a file
+(@code{comint-write-output}). With a prefix argument, the file is
+appended to instead. Any prompt at the end of the output is not
+written.
@item C-c C-r
@itemx C-M-l