1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

Fix syntax error in man page.

* doc/man/emacs.1.in: Fix syntax of --script argument.  The Info
manual states that --script has to be followed by a space, and the
syntax with the equals sign doesn't actually work.
This commit is contained in:
Philipp Stephani 2020-04-05 10:19:31 +02:00
parent f8607d3c03
commit 6de20c7eab

View File

@ -171,7 +171,7 @@ The editor will send messages to stderr.
You must use \-l and \-f options to specify files to execute
and functions to call.
.TP
.BI \-\-script= "file"
.BI \-\-script " file"
Run
.I file
as an Emacs Lisp script.