]> code.delx.au - gnu-emacs/blobdiff - lisp/simple.el
Improve doc string of 'shell-command'
[gnu-emacs] / lisp / simple.el
index 0b04b80cb67f285b25ead15ccb5d6006e3153bb2..84a1919bc0170f366dae7beeb4f943a57aaca2f3 100644 (file)
@@ -3195,6 +3195,8 @@ shell (with its need to quote arguments)."
   "Execute string COMMAND in inferior shell; display output, if any.
 With prefix argument, insert the COMMAND's output at point.
 
+Interactively, prompt for COMMAND in the minibuffer.
+
 If COMMAND ends in `&', execute it asynchronously.
 The output appears in the buffer `*Async Shell Command*'.
 That buffer is in shell mode.  You can also use