]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Jul 2006 15:49:31 +0000 (15:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Jul 2006 15:49:31 +0000 (15:49 +0000)
src/ChangeLog
src/keyboard.c

index cf3336154e159501c5ed110fda37c7b2abf48def..e1c64612ca142eeccc97fa3dc758c6377431bd71 100644 (file)
@@ -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.
index 30b06ef38fcc9e0b2ad878418eaa0415ee42007d..07388428451ed53dc3b98a1268a2bf2a22b29ad9 100644 (file)
@@ -9768,7 +9768,13 @@ a special event, so ignore the prefix argument and don't clear it.  */)
 \f
 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;
 {