]> code.delx.au - gnu-emacs/commitdiff
Improve doc string of 'shell-command'
authorEli Zaretskii <eliz@gnu.org>
Sun, 6 Mar 2016 17:36:57 +0000 (19:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 6 Mar 2016 17:36:57 +0000 (19:36 +0200)
* lisp/simple.el (shell-command): Mention that COMMAND is prompted
for.  (Bug#22926)

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