emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Cadilhac
Subject: [Emacs-diffs] Changes to emacs/src/callint.c,v
Date: Mon, 10 Sep 2007 09:32:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Cadilhac <cadilhac>     07/09/10 09:32:33

Index: callint.c
===================================================================
RCS file: /sources/emacs/emacs/src/callint.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -b -r1.155 -r1.156
--- callint.c   10 Sep 2007 02:29:42 -0000      1.155
+++ callint.c   10 Sep 2007 09:32:33 -0000      1.156
@@ -329,9 +329,7 @@
   /* If k or K discard an up-event, save it here so it can be retrieved with U 
*/
   up_event = Qnil;
 
-  /* Decode the kind of function.  Either handle it and return,
-     or go to `lose' if not interactive, or set either STRING or SPECS.  */
-
+  /* Set SPECS to the interactive form, or barf if not interactive.  */
   {
     Lisp_Object form;
     GCPRO2 (function, prefix_arg);
@@ -343,7 +341,7 @@
       wrong_type_argument (Qcommandp, function);
   }
 
-  /* If either SPECS or STRING is set to a string, use it.  */
+  /* If SPECS is set to a string, use it as an interactive prompt.  */
   if (STRINGP (specs))
     {
       /* Make a copy of string so that if a GC relocates specs,




reply via email to

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