mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
(Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.
This commit is contained in:
parent
e5a099ecae
commit
dfb4bff5ef
@ -1,3 +1,8 @@
|
||||
2006-07-07 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* keyboard.c (Fexecute_extended_command): Mention the argument
|
||||
PREFIXARG in the doc string.
|
||||
|
||||
2006-07-07 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* fringe.c (Fdefine_fringe_bitmap): Doc fix.
|
||||
|
@ -9768,7 +9768,13 @@ a special event, so ignore the prefix argument and don't clear it. */)
|
||||
|
||||
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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user