summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/cmdargs.texi3
1 files changed, 3 insertions, 0 deletions
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}