diff options
| author | Dave Love | 2000-11-10 18:57:30 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-10 18:57:30 +0000 |
| commit | bd4af791d286cd1fd3ca7a1f2e57153ea8a8fe98 (patch) | |
| tree | dbe990740960ffa186639796bdf4e4e18e919bc1 | |
| parent | 7871d11e948e27e9c63cfba8e7029b5d7c76a956 (diff) | |
| download | emacs-bd4af791d286cd1fd3ca7a1f2e57153ea8a8fe98.tar.gz emacs-bd4af791d286cd1fd3ca7a1f2e57153ea8a8fe98.zip | |
xref eshell
| -rw-r--r-- | man/misc.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/misc.texi b/man/misc.texi index 884a771754d..b540cae5a6d 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -306,8 +306,12 @@ Send an article to a newsgroup.@* | |||
| 306 | @cindex shell commands | 306 | @cindex shell commands |
| 307 | 307 | ||
| 308 | Emacs has commands for passing single command lines to inferior shell | 308 | Emacs has commands for passing single command lines to inferior shell |
| 309 | processes; it can also run a shell interactively with input and output to | 309 | processes; it can also run a shell interactively with input and output |
| 310 | an Emacs buffer named @samp{*shell*}. | 310 | to an Emacs buffer named @samp{*shell*} or run s shell inside a terminal |
| 311 | emulator window. | ||
| 312 | |||
| 313 | There is a shell implemented entirely in Emacs, documented in a separate | ||
| 314 | manual. @xref{, ,Eshell , eshell, Eshell: The Emacs Shell}. | ||
| 311 | 315 | ||
| 312 | @table @kbd | 316 | @table @kbd |
| 313 | @item M-! @var{cmd} @key{RET} | 317 | @item M-! @var{cmd} @key{RET} |
| @@ -324,6 +328,9 @@ You can then give commands interactively. | |||
| 324 | Run a subshell with input and output through an Emacs buffer. | 328 | Run a subshell with input and output through an Emacs buffer. |
| 325 | You can then give commands interactively. | 329 | You can then give commands interactively. |
| 326 | Full terminal emulation is available. | 330 | Full terminal emulation is available. |
| 331 | @item M-x eshell | ||
| 332 | @findex eshell | ||
| 333 | Start the Emacs shell. | ||
| 327 | @end table | 334 | @end table |
| 328 | 335 | ||
| 329 | @menu | 336 | @menu |