]> git.eshelyaron.com Git - emacs.git/commitdiff
(Action Arguments): -f reads interactive args.
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Sep 2003 15:48:01 +0000 (15:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Sep 2003 15:48:01 +0000 (15:48 +0000)
man/cmdargs.texi

index bf2b7d606df9b2916287aaa5bdb466f9b1e1093b..ffee371887d627680cc8659622f50c6aca6097df 100644 (file)
@@ -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