diff options
| -rw-r--r-- | doc/emacs/entering.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index 2ff258ffb0c..642c6ec1ab9 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi | |||
| @@ -18,11 +18,11 @@ | |||
| 18 | @cindex starting Emacs | 18 | @cindex starting Emacs |
| 19 | 19 | ||
| 20 | The usual way to invoke Emacs is with the shell command | 20 | The usual way to invoke Emacs is with the shell command |
| 21 | @command{emacs}. From a terminal window running a Unix shell in the X | 21 | @command{emacs}. From a terminal window running a Unix shell, you can |
| 22 | Window System, you can run Emacs in the background with @command{emacs | 22 | run Emacs in the background with @command{emacs &}; this way, Emacs |
| 23 | &}; this way, Emacs won't tie up the terminal window, so you can use | 23 | won't tie up the terminal window, so you can use it to run other shell |
| 24 | it to run other shell commands. (For comparable methods of starting | 24 | commands. (For comparable methods of starting Emacs on MS-Windows, |
| 25 | Emacs on MS-Windows, see @ref{Windows Startup}.) | 25 | see @ref{Windows Startup}.) |
| 26 | 26 | ||
| 27 | @cindex startup screen | 27 | @cindex startup screen |
| 28 | When Emacs starts up, the initial frame displays a special buffer | 28 | When Emacs starts up, the initial frame displays a special buffer |