aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2020-04-05 10:19:31 +0200
committerPhilipp Stephani2020-04-05 10:19:31 +0200
commit6de20c7eab0dd8360e78d744dbf62aecc7f78281 (patch)
treebae46f20c1c1f6b9a59d60734c1d07bfabb4d615
parentf8607d3c03544afbe32c6bd324c287db305e569e (diff)
downloademacs-6de20c7eab0dd8360e78d744dbf62aecc7f78281.tar.gz
emacs-6de20c7eab0dd8360e78d744dbf62aecc7f78281.zip
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.
-rw-r--r--doc/man/emacs.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in
index e1190cf4604..5a164e98cd3 100644
--- a/doc/man/emacs.1.in
+++ b/doc/man/emacs.1.in
@@ -171,7 +171,7 @@ The editor will send messages to stderr.
171You must use \-l and \-f options to specify files to execute 171You must use \-l and \-f options to specify files to execute
172and functions to call. 172and functions to call.
173.TP 173.TP
174.BI \-\-script= "file" 174.BI \-\-script " file"
175Run 175Run
176.I file 176.I file
177as an Emacs Lisp script. 177as an Emacs Lisp script.