Mercurial > emacs
changeset 26236:4f74d4393e52
Add description of --execute and --file.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 28 Oct 1999 21:02:49 +0000 |
parents | a4392300f4f5 |
children | 94242d48aab1 |
files | man/cmdargs.texi |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/cmdargs.texi Thu Oct 28 20:12:35 1999 +0000 +++ b/man/cmdargs.texi Thu Oct 28 21:02:49 1999 +0000 @@ -77,6 +77,8 @@ @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 @@ 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}