Mercurial > emacs
changeset 33382:fe183c1fbf56
xref eshell
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 10 Nov 2000 18:57:30 +0000 |
parents | 026d2f64b0c3 |
children | c36993a54054 |
files | man/misc.texi |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/misc.texi Fri Nov 10 18:13:38 2000 +0000 +++ b/man/misc.texi Fri Nov 10 18:57:30 2000 +0000 @@ -306,8 +306,12 @@ @cindex shell commands Emacs has commands for passing single command lines to inferior shell -processes; it can also run a shell interactively with input and output to -an Emacs buffer named @samp{*shell*}. +processes; it can also run a shell interactively with input and output +to an Emacs buffer named @samp{*shell*} or run s shell inside a terminal +emulator window. + +There is a shell implemented entirely in Emacs, documented in a separate +manual. @xref{, ,Eshell , eshell, Eshell: The Emacs Shell}. @table @kbd @item M-! @var{cmd} @key{RET} @@ -324,6 +328,9 @@ Run a subshell with input and output through an Emacs buffer. You can then give commands interactively. Full terminal emulation is available. +@item M-x eshell +@findex eshell +Start the Emacs shell. @end table @menu