projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8607d3
)
Fix syntax error in man page.
author
Philipp Stephani
<phst@google.com>
Sun, 5 Apr 2020 08:19:31 +0000
(10:19 +0200)
committer
Philipp Stephani
<phst@google.com>
Sun, 5 Apr 2020 08:19:31 +0000
(10:19 +0200)
* 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
patch
|
blob
|
history
diff --git
a/doc/man/emacs.1.in
b/doc/man/emacs.1.in
index e1190cf46045affff5658eff4704ff2de670d88f..5a164e98cd3c9152f58744c6ba1fc57ec5d987aa 100644
(file)
--- 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.