diff options
| author | Eli Zaretskii | 2018-02-02 11:18:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-02-02 11:18:38 +0200 |
| commit | 6386efc8f7868e2f66dd5b9a681c555d0db5ecbb (patch) | |
| tree | f2c6128f6733d01e333ab869057e0648349b20f1 /doc | |
| parent | e21f0189f3fab8264e05c26056324e878f166c1c (diff) | |
| download | emacs-6386efc8f7868e2f66dd5b9a681c555d0db5ecbb.tar.gz emacs-6386efc8f7868e2f66dd5b9a681c555d0db5ecbb.zip | |
* doc/emacs/entering.texi (Entering Emacs): Another wording fix.
Diffstat (limited to 'doc')
| -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 73b497ceeb3..84b3e5d4cbf 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, you can | 21 | @command{emacs}. From a terminal window running a Unix shell on a GUI |
| 22 | run Emacs in the background with @kbd{emacs &}; this way, Emacs won't | 22 | terminal, you can run Emacs in the background with @kbd{emacs &}; this |
| 23 | tie up the terminal window, so you can use it to run other shell | 23 | way, Emacs won't tie up the terminal window, so you can use it to run |
| 24 | commands. (For comparable methods of starting Emacs on MS-Windows, | 24 | other shell commands. (For comparable methods of starting Emacs on |
| 25 | see @ref{Windows Startup}.) | 25 | MS-Windows, 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 |