Mercurial > emacs
diff src/keyboard.c @ 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 | 85887be0a943 |
| children | 1055c0769159 |
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; {
