emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 52ccb24: ; * doc/os.texi (Batch Mode): use = afte


From: Philipp Stephani
Subject: [Emacs-diffs] emacs-26 52ccb24: ; * doc/os.texi (Batch Mode): use = after --eval
Date: Tue, 22 May 2018 09:33:52 -0400 (EDT)

branch: emacs-26
commit 52ccb24aba8d5b2cda89aa48fb1c813bec5e2321
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * doc/os.texi (Batch Mode): use = after --eval
---
 doc/lispref/os.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 396d7dd..ed73a1c 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -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 @address@hidden
 
   Any Lisp program output that would normally go to the echo area,
 either using @code{message}, or using @code{prin1}, etc., with



reply via email to

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