Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
52ccb24a
Commit
52ccb24a
authored
May 22, 2018
by
Philipp Stephani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; * doc/os.texi (Batch Mode): use = after --eval
parent
d65430f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/lispref/os.texi
doc/lispref/os.texi
+1
-1
No files found.
doc/lispref/os.texi
View file @
52ccb24a
...
...
@@ -2314,7 +2314,7 @@ to be outputting to an erasable screen. The idea is that you specify
Lisp programs to run; when they are finished, Emacs should exit. The
way to specify the programs to run is with @samp{-l @var{file}}, which
loads the library named @var{file}, or @samp{-f @var{function}}, which
calls @var{function} with no arguments, or @samp{--eval
@var{form}}.
calls @var{function} with no arguments, or @samp{--eval
=
@var{form}}.
Any Lisp program output that would normally go to the echo area,
either using @code{message}, or using @code{prin1}, etc., with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment