emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 993b2fb: Improve doc string of 'shell-command'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 993b2fb: Improve doc string of 'shell-command'
Date: Sun, 06 Mar 2016 17:37:33 +0000

branch: emacs-25
commit 993b2fbb70c03882862f520a54b63c08a6e4e921
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve doc string of 'shell-command'
    
    * lisp/simple.el (shell-command): Mention that COMMAND is prompted
    for.  (Bug#22926)
---
 lisp/simple.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 0b04b80..84a1919 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]