aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-10 18:57:30 +0000
committerDave Love2000-11-10 18:57:30 +0000
commitbd4af791d286cd1fd3ca7a1f2e57153ea8a8fe98 (patch)
treedbe990740960ffa186639796bdf4e4e18e919bc1
parent7871d11e948e27e9c63cfba8e7029b5d7c76a956 (diff)
downloademacs-bd4af791d286cd1fd3ca7a1f2e57153ea8a8fe98.tar.gz
emacs-bd4af791d286cd1fd3ca7a1f2e57153ea8a8fe98.zip
xref eshell
-rw-r--r--man/misc.texi11
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
309processes; it can also run a shell interactively with input and output to 309processes; it can also run a shell interactively with input and output
310an Emacs buffer named @samp{*shell*}. 310to an Emacs buffer named @samp{*shell*} or run s shell inside a terminal
311emulator window.
312
313There is a shell implemented entirely in Emacs, documented in a separate
314manual. @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.
324Run a subshell with input and output through an Emacs buffer. 328Run a subshell with input and output through an Emacs buffer.
325You can then give commands interactively. 329You can then give commands interactively.
326Full terminal emulation is available. 330Full terminal emulation is available.
331@item M-x eshell
332@findex eshell
333Start the Emacs shell.
327@end table 334@end table
328 335
329@menu 336@menu