diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-01-31 16:52:12 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-01-31 16:52:12 +0200 |
commit | 22922c7c67efdcb42ba4bf35b0ea507cca08f559 (patch) | |
tree | 989a347bb32066f66eb4d4fb08a710832de7bed1 | |
parent | 59657c482d9c6a32821353be81d19ed6149557d9 (diff) | |
download | emacs-22922c7c67efdcb42ba4bf35b0ea507cca08f559.tar.gz |
* doc/emacs/entering.texi (Entering Emacs): Fix last change.
-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 @@ @cindex starting Emacs The usual way to invoke Emacs is with the shell command -@command{emacs}. From a terminal window running a Unix shell in the X -Window System, you can run Emacs in the background with @command{emacs -&}; this way, Emacs won't tie up the terminal window, so you can use -it to run other shell commands. (For comparable methods of starting -Emacs on MS-Windows, see @ref{Windows Startup}.) +@command{emacs}. From a terminal window running a Unix shell, you can +run Emacs in the background with @command{emacs &}; this way, Emacs +won't tie up the terminal window, so you can use it to run other shell +commands. (For comparable methods of starting Emacs on MS-Windows, +see @ref{Windows Startup}.) @cindex startup screen When Emacs starts up, the initial frame displays a special buffer |