diff options
| author | Phil Sainty | 2019-07-11 17:33:12 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-11 18:27:12 +0200 |
| commit | 2daeea78335f4dbfd4d61fd3e179b41b48922104 (patch) | |
| tree | 6f2a66118b41828f3214651ae9c357f0a3b530ac /doc | |
| parent | aecc82d7eb776985927bee3f62c5811cc4fc7b52 (diff) | |
| download | emacs-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.texi | 3 |
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 |
| 1101 | in a subprocess using unmodified Comint mode---without the | 1101 | in a subprocess using unmodified Comint mode---without the |
| 1102 | specializations of Shell mode. | 1102 | specializations 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 |