mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(shell-command): Mention the effect of the prefix
argument in the doc string.
This commit is contained in:
parent
a658d039ac
commit
0b3f96d4d8
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -1122,6 +1122,7 @@ stdout will be intermixed in the output stream.")
|
||||
|
||||
(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*'.
|
||||
|
Loading…
Reference in New Issue
Block a user