diff options
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 |