aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/misc.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 84681f2269a..73a6bae767a 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -742,6 +742,11 @@ this; e.g., whether to rename the pre-existing output buffer, or to
742use a different buffer for the new command. Consult the variable's 742use a different buffer for the new command. Consult the variable's
743documentation for more possibilities. 743documentation for more possibilities.
744 744
745@vindex async-shell-command-display-buffer
746 If you want the output buffer for asynchronous shell commands to be
747displayed only when the command generates output, set
748@code{async-shell-command-display-buffer} to @code{nil}.
749
745@kindex M-| 750@kindex M-|
746@findex shell-command-on-region 751@findex shell-command-on-region
747 @kbd{M-|} (@code{shell-command-on-region}) is like @kbd{M-!}, but 752 @kbd{M-|} (@code{shell-command-on-region}) is like @kbd{M-!}, but