aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-08-31 15:07:20 +0000
committerEli Zaretskii2001-08-31 15:07:20 +0000
commit110e58a417b8a92413fb72426cbc1ae21959d92b (patch)
tree84ac63dcbc39f57f49749137358404da96a027f9
parent03812848cc8c6be13a8ade2628a92528bcf464ae (diff)
downloademacs-110e58a417b8a92413fb72426cbc1ae21959d92b.tar.gz
emacs-110e58a417b8a92413fb72426cbc1ae21959d92b.zip
(Interactive Shell): Fix a typo.
-rw-r--r--man/misc.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/man/misc.texi b/man/misc.texi
index a4ec5053bf0..1676860ac50 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -446,9 +446,8 @@ previous input lines in the buffer. @xref{Faces}.
446prefix argument (e.g. @kbd{C-u M-x shell}), which will read a buffer 446prefix argument (e.g. @kbd{C-u M-x shell}), which will read a buffer
447name and create (or reuse) a subshell in that buffer. You can also 447name and create (or reuse) a subshell in that buffer. You can also
448rename the @samp{*shell*} buffer using @kbd{M-x rename-uniquely}, then 448rename the @samp{*shell*} buffer using @kbd{M-x rename-uniquely}, then
449then create a new @samp{*shell*} buffer using plain @kbd{M-x shell}. 449create a new @samp{*shell*} buffer using plain @kbd{M-x shell}. All the
450All the subshells in different buffers run independently and in 450subshells in different buffers run independently and in parallel.
451parallel.
452 451
453@vindex explicit-shell-file-name 452@vindex explicit-shell-file-name
454@cindex environment variables for subshells 453@cindex environment variables for subshells