# HG changeset patch # User Eli Zaretskii # Date 975142003 0 # Node ID eba673dcc1795cfa6db62ae65d65154dd9944a7c # Parent 0e201ecbecd0bc91ae20f0d433c69a1e726d08eb (shell-command): Mention the effect of the prefix argument in the doc string. diff -r 0e201ecbecd0 -r eba673dcc179 lisp/simple.el --- a/lisp/simple.el Sat Nov 25 02:57:59 2000 +0000 +++ b/lisp/simple.el Sat Nov 25 08:46:43 2000 +0000 @@ -1122,6 +1122,7 @@ (defun shell-command (command &optional output-buffer error-buffer) "Execute string COMMAND in inferior shell; display output, if any. +With prefix argument, insert the COMMAND's output at point. If COMMAND ends in ampersand, execute it asynchronously. The output appears in the buffer `*Async Shell Command*'.