aboutsummaryrefslogtreecommitdiffstats
path: root/man/cmdargs.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-09-22 15:48:01 +0000
committerRichard M. Stallman <[email protected]>2003-09-22 15:48:01 +0000
commite2f140c85826abff6812397c29a831af05d154f1 (patch)
tree70b6f121c56b04fb1d1991762a1928b74e444fa8 /man/cmdargs.texi
parentb0110b4a2c875d7ed17ce31c106419a669c81a89 (diff)
(Action Arguments): -f reads interactive args.
Diffstat (limited to 'man/cmdargs.texi')
-rw-r--r--man/cmdargs.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index bf2b7d606d..ffee371887 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -112,7 +112,10 @@ with @env{EMACSLOADPATH} (@pxref{General Variables}).
@itemx --funcall=@var{function}
@opindex --funcall
@cindex call Lisp functions, command-line argument
-Call Lisp function @var{function} with no arguments.
+Call Lisp function @var{function}. If it is an interactive function
+(a command), it reads the arguments interactively just as if you had
+called the same function with a key sequence. Otherwise, it calls the
+function with no arguments.
@item --eval=@var{expression}
@opindex --eval