# HG changeset patch # User Eli Zaretskii # Date 1152287337 0 # Node ID 3cd05625d9820996150b1358a0e0d1678d22c6ce # Parent cee3ce32a7ca04b92f5583b8ee4db8bfe601f40b (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string. diff -r cee3ce32a7ca -r 3cd05625d982 src/keyboard.c --- a/src/keyboard.c Fri Jul 07 15:39:53 2006 +0000 +++ b/src/keyboard.c Fri Jul 07 15:48:57 2006 +0000 @@ -9768,7 +9768,13 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_command, 1, 1, "P", - doc: /* Read function name, then read its arguments and call it. */) + doc: /* Read function name, then read its arguments and call it. + +To pass a numeric argument to the command you are invoking with, specify +the numeric argument to this command. + +Noninteractively, the argument PREFIXARG is the prefix argument to +give to the command you invoke, if it asks for an argument. */) (prefixarg) Lisp_Object prefixarg; {