diff options
| author | Eli Zaretskii | 2001-08-31 15:07:20 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-31 15:07:20 +0000 |
| commit | 110e58a417b8a92413fb72426cbc1ae21959d92b (patch) | |
| tree | 84ac63dcbc39f57f49749137358404da96a027f9 | |
| parent | 03812848cc8c6be13a8ade2628a92528bcf464ae (diff) | |
| download | emacs-110e58a417b8a92413fb72426cbc1ae21959d92b.tar.gz emacs-110e58a417b8a92413fb72426cbc1ae21959d92b.zip | |
(Interactive Shell): Fix a typo.
| -rw-r--r-- | man/misc.texi | 5 |
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}. | |||
| 446 | prefix argument (e.g. @kbd{C-u M-x shell}), which will read a buffer | 446 | prefix argument (e.g. @kbd{C-u M-x shell}), which will read a buffer |
| 447 | name and create (or reuse) a subshell in that buffer. You can also | 447 | name and create (or reuse) a subshell in that buffer. You can also |
| 448 | rename the @samp{*shell*} buffer using @kbd{M-x rename-uniquely}, then | 448 | rename the @samp{*shell*} buffer using @kbd{M-x rename-uniquely}, then |
| 449 | then create a new @samp{*shell*} buffer using plain @kbd{M-x shell}. | 449 | create a new @samp{*shell*} buffer using plain @kbd{M-x shell}. All the |
| 450 | All the subshells in different buffers run independently and in | 450 | subshells in different buffers run independently and in parallel. |
| 451 | parallel. | ||
| 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 |