diff options
| author | Eli Zaretskii | 2018-01-30 17:20:14 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-01-30 17:20:14 +0200 |
| commit | 1c7a936a947cbcf329042e5eb78be2eaf506ab9b (patch) | |
| tree | b0126e5641bc65fb1ccfdd9f91009927ffc2f417 | |
| parent | 1d4498b57030ee0dbf9adf809363f9524f0c5562 (diff) | |
| download | emacs-1c7a936a947cbcf329042e5eb78be2eaf506ab9b.tar.gz emacs-1c7a936a947cbcf329042e5eb78be2eaf506ab9b.zip | |
Minor copyedits in "Entering" chapter of Emacs manual.
* doc/emacs/entering.texi (Entering Emacs): Add a cross-reference
to MS-Windows startup procedures. Clarify wording. Suggested by
Francis Wright <f.j.wright@live.co.uk> in emacs-manual-bugs@gnu.org.
| -rw-r--r-- | doc/emacs/entering.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index de0d7818099..2ff258ffb0c 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi | |||
| @@ -18,10 +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 in the X Window | 21 | @command{emacs}. From a terminal window running a Unix shell in the X |
| 22 | System, you can run Emacs in the background with @command{emacs &}; | 22 | Window System, you can run Emacs in the background with @command{emacs |
| 23 | this way, Emacs won't tie up the terminal window, so you can use it to | 23 | &}; this way, Emacs won't tie up the terminal window, so you can use |
| 24 | run other shell commands. | 24 | it to run other shell commands. (For comparable methods of starting |
| 25 | Emacs on MS-Windows, see @ref{Windows Startup}.) | ||
| 25 | 26 | ||
| 26 | @cindex startup screen | 27 | @cindex startup screen |
| 27 | When Emacs starts up, the initial frame displays a special buffer | 28 | When Emacs starts up, the initial frame displays a special buffer |