From: Gerd Moellmann Date: Thu, 28 Oct 1999 21:02:49 +0000 (+0000) Subject: Add description of --execute and --file. X-Git-Tag: emacs-pretest-21.0.90~6261 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca99d4bd24f1fd8f80a752ab1e5d95dd6eaa0a63;p=emacs.git Add description of --execute and --file. --- diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 692ea00a68a..887fe34f949 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -77,6 +77,8 @@ the action arguments in the order they are written. @table @samp @item @var{file} +@itemx --visit @var{file} +@itemx --file @var{file} Visit @var{file} using @code{find-file}. @xref{Visiting}. @item +@var{linenum} @var{file} @@ -96,6 +98,7 @@ with @code{EMACSLOADPATH} (@pxref{General Variables}). Call Lisp function @var{function} with no arguments. @item --eval @var{expression} +@itemx --execute @var{expression} Evaluate Lisp expression @var{expression}. @item --insert=@var{file}