From: Philipp Stephani Date: Sun, 5 Apr 2020 08:19:31 +0000 (+0200) Subject: Fix syntax error in man page. X-Git-Tag: emacs-27.0.91~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6de20c7eab;p=emacs.git 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. --- 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. 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.