aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhil Sainty2019-07-11 17:33:12 +0200
committerLars Ingebrigtsen2019-07-11 18:27:12 +0200
commit2daeea78335f4dbfd4d61fd3e179b41b48922104 (patch)
tree6f2a66118b41828f3214651ae9c357f0a3b530ac /doc
parentaecc82d7eb776985927bee3f62c5811cc4fc7b52 (diff)
downloademacs-2daeea78335f4dbfd4d61fd3e179b41b48922104.tar.gz
emacs-2daeea78335f4dbfd4d61fd3e179b41b48922104.zip
Support program switches in 'comint-run' command
* etc/NEWS: * doc/emacs/misc.texi: Describe new behaviour (bug#33037). * lisp/comint.el (comint-run): Add optional SWITCHES argument. With prefix argument C-u, prompt for SWITCHES.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/misc.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index cfc50d33b5f..9339626cc45 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -1099,7 +1099,8 @@ the directory tracking feature, and a few user commands.
1099@findex comint-run 1099@findex comint-run
1100 You can use @kbd{M-x comint-run} to execute any program of your choice 1100 You can use @kbd{M-x comint-run} to execute any program of your choice
1101in a subprocess using unmodified Comint mode---without the 1101in a subprocess using unmodified Comint mode---without the
1102specializations of Shell mode. 1102specializations of Shell mode. To pass arguments to the program, use
1103@kbd{C-u M-x comint-run}.
1103 1104
1104@node Shell Prompts 1105@node Shell Prompts
1105@subsection Shell Prompts 1106@subsection Shell Prompts