changeset 52573:e219c98aa620

(Action Arguments): -f reads interactive args.
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Sep 2003 15:48:01 +0000
parents aae303184c82
children e0bca4b2b9ca
files man/cmdargs.texi
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/cmdargs.texi	Mon Sep 22 15:47:21 2003 +0000
+++ b/man/cmdargs.texi	Mon Sep 22 15:48:01 2003 +0000
@@ -112,7 +112,10 @@
 @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