]> git.eshelyaron.com Git - emacs.git/commitdiff
(Shell Mode):
authorMiles Bader <miles@gnu.org>
Thu, 19 Oct 2000 04:30:51 +0000 (04:30 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 19 Oct 2000 04:30:51 +0000 (04:30 +0000)
  Document `comint-write-output', name change to `comint-delete-output'.

man/misc.texi

index 4be159f8c41661c13d4f523f388ce32a9cb42583..884a771754d2a777f1a29e62124150f6980254f6 100644 (file)
@@ -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