emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Fri, 07 Jul 2006 15:48:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/07 15:48:57

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.854
retrieving revision 1.855
diff -u -b -r1.854 -r1.855
--- keyboard.c  5 May 2006 06:43:50 -0000       1.854
+++ keyboard.c  7 Jul 2006 15:48:57 -0000       1.855
@@ -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;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]