argument in the doc string.
+2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * simple.el (shell-command): Mention the effect of the prefix
+ argument in the doc string.
+
2000-11-25 Miles Bader <miles@gnu.org>
* cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
(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*'.