changeset 71670:3cd05625d982

(Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 07 Jul 2006 15:48:57 +0000
parents cee3ce32a7ca
children 08c1f6165c64
files src/keyboard.c
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {