diff options
| author | Richard M. Stallman | 2003-09-22 15:48:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-09-22 15:48:01 +0000 |
| commit | e2f140c85826abff6812397c29a831af05d154f1 (patch) | |
| tree | 70b6f121c56b04fb1d1991762a1928b74e444fa8 | |
| parent | b0110b4a2c875d7ed17ce31c106419a669c81a89 (diff) | |
| download | emacs-e2f140c85826abff6812397c29a831af05d154f1.tar.gz emacs-e2f140c85826abff6812397c29a831af05d154f1.zip | |
(Action Arguments): -f reads interactive args.
| -rw-r--r-- | man/cmdargs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index bf2b7d606df..ffee371887d 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -112,7 +112,10 @@ with @env{EMACSLOADPATH} (@pxref{General Variables}). | |||
| 112 | @itemx --funcall=@var{function} | 112 | @itemx --funcall=@var{function} |
| 113 | @opindex --funcall | 113 | @opindex --funcall |
| 114 | @cindex call Lisp functions, command-line argument | 114 | @cindex call Lisp functions, command-line argument |
| 115 | Call Lisp function @var{function} with no arguments. | 115 | Call Lisp function @var{function}. If it is an interactive function |
| 116 | (a command), it reads the arguments interactively just as if you had | ||
| 117 | called the same function with a key sequence. Otherwise, it calls the | ||
| 118 | function with no arguments. | ||
| 116 | 119 | ||
| 117 | @item --eval=@var{expression} | 120 | @item --eval=@var{expression} |
| 118 | @opindex --eval | 121 | @opindex --eval |