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:
parent
f8607d3c03
commit
6de20c7eab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue