1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08: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
@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
run Emacs in the background with @kbd{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}.)