Mercurial > emacs
changeset 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 | 0e201ecbecd0 |
children | 56231be6bd31 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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*'.