emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 6de20c7: Fix syntax error in man page.


From: Philipp Stephani
Subject: emacs-27 6de20c7: Fix syntax error in man page.
Date: Sun, 5 Apr 2020 04:20:21 -0400 (EDT)

branch: emacs-27
commit 6de20c7eab0dd8360e78d744dbf62aecc7f78281
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    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.
---
 doc/man/emacs.1.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in
index e1190cf..5a164e9 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]