diff options
| author | Gerd Moellmann | 1999-10-28 21:02:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-28 21:02:49 +0000 |
| commit | ca99d4bd24f1fd8f80a752ab1e5d95dd6eaa0a63 (patch) | |
| tree | 208632b0351e93a7ebfd6898b0cd1b40aded9a74 | |
| parent | 74cef4e6cd2e4307a2356b3e98f371c0c29f91f3 (diff) | |
| download | emacs-ca99d4bd24f1fd8f80a752ab1e5d95dd6eaa0a63.tar.gz emacs-ca99d4bd24f1fd8f80a752ab1e5d95dd6eaa0a63.zip | |
Add description of --execute and --file.
| -rw-r--r-- | man/cmdargs.texi | 3 |
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. | |||
| 77 | 77 | ||
| 78 | @table @samp | 78 | @table @samp |
| 79 | @item @var{file} | 79 | @item @var{file} |
| 80 | @itemx --visit @var{file} | ||
| 81 | @itemx --file @var{file} | ||
| 80 | Visit @var{file} using @code{find-file}. @xref{Visiting}. | 82 | Visit @var{file} using @code{find-file}. @xref{Visiting}. |
| 81 | 83 | ||
| 82 | @item +@var{linenum} @var{file} | 84 | @item +@var{linenum} @var{file} |
| @@ -96,6 +98,7 @@ with @code{EMACSLOADPATH} (@pxref{General Variables}). | |||
| 96 | Call Lisp function @var{function} with no arguments. | 98 | Call Lisp function @var{function} with no arguments. |
| 97 | 99 | ||
| 98 | @item --eval @var{expression} | 100 | @item --eval @var{expression} |
| 101 | @itemx --execute @var{expression} | ||
| 99 | Evaluate Lisp expression @var{expression}. | 102 | Evaluate Lisp expression @var{expression}. |
| 100 | 103 | ||
| 101 | @item --insert=@var{file} | 104 | @item --insert=@var{file} |