1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-30 09:12:58 -07:00

* doc/emacs/entering.texi (Entering Emacs): Fix markup.

This commit is contained in:
Eli Zaretskii 2018-02-01 19:49:18 +02:00
parent 01932c8dec
commit f180075f15

View file

@ -19,8 +19,8 @@
The usual way to invoke Emacs is with the shell command The usual way to invoke Emacs is with the shell command
@command{emacs}. From a terminal window running a Unix shell, you can @command{emacs}. From a terminal window running a Unix shell, you can
run Emacs in the background with @command{emacs &}; this way, Emacs run Emacs in the background with @kbd{emacs &}; this way, Emacs won't
won't tie up the terminal window, so you can use it to run other shell tie up the terminal window, so you can use it to run other shell
commands. (For comparable methods of starting Emacs on MS-Windows, commands. (For comparable methods of starting Emacs on MS-Windows,
see @ref{Windows Startup}.) see @ref{Windows Startup}.)