]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of shell-command-prompt-show-cwd
authorStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 10:55:25 +0000 (12:55 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 10:55:25 +0000 (12:55 +0200)
* doc/emacs/misc.texi (Single Shell):
* lisp/simple.el (shell-command): Document
'shell-command-prompt-show-cwd'.  (Bug#4987)

doc/emacs/misc.texi
lisp/simple.el

index 3bfb729dc782446491b875e9e2eaeb52bba5a501..63b65e779c6b7db26603acb7bd86e88e7871df42 100644 (file)
@@ -787,6 +787,11 @@ A positive integer tells the shell to use that number of columns for
 command output.  The default value is @code{nil} that means to use
 the same number of columns as provided by the shell.
 
+@vindex shell-command-prompt-show-cwd
+  To make the above commands show the current directory in their
+prompts, customize the variable @code{shell-command-prompt-show-cwd}
+to a non-nil value.
+
 @kindex M-|
 @findex shell-command-on-region
   @kbd{M-|} (@code{shell-command-on-region}) is like @kbd{M-!}, but
index e44b877931b6e7949a244734518113a8e032f978..cd674c36e7bc7079f4fc421a24bb4892b16736f4 100644 (file)
@@ -3508,6 +3508,8 @@ a shell (with its need to quote arguments)."
 With prefix argument, insert the COMMAND's output at point.
 
 Interactively, prompt for COMMAND in the minibuffer.
+If `shell-command-prompt-show-cwd' is non-nil, show the current
+directory in the prompt.
 
 If COMMAND ends in `&', execute it asynchronously.
 The output appears in the buffer `*Async Shell Command*'.