]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-command): Mention the effect of the prefix
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Nov 2000 08:48:13 +0000 (08:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Nov 2000 08:48:13 +0000 (08:48 +0000)
argument in the doc string.

lisp/ChangeLog
lisp/simple.el

index d5838342a6480f02196767f3d7de4b0b913141c6..8f0103d2a99bef7c4484f23b1c151df4b7cb651d 100644 (file)
@@ -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.
index 47651b4b1474e0382ae3428f46a6027c41dd8e27..0e70e83a1572cbce0afa230841f0f83e4866dba1 100644 (file)
@@ -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*'.