Mercurial > emacs
diff lisp/simple.el @ 33876:eba673dcc179
(shell-command): Mention the effect of the prefix
argument in the doc string.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 25 Nov 2000 08:46:43 +0000 |
| parents | 9f63b158eb6b |
| children | 80c90f83320d |
line wrap: on
line diff
--- 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*'.
