diff src/callint.c @ 50469:0bdc2fd19631

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Apr 2003 20:28:28 +0000
parents c57ce680648d
children 7ac9c3bea5ea
line wrap: on
line diff
--- a/src/callint.c	Sun Apr 06 20:27:19 2003 +0000
+++ b/src/callint.c	Sun Apr 06 20:28:28 2003 +0000
@@ -174,14 +174,18 @@
     Fsignal (Qmark_inactive, Qnil);
 }
 
+/* If the list of args INPUT was produced with an explicit call to
+   `list', look for elements that were computed with
+   (region-beginning) or (region-end), and put those expressions into
+   VALUES instead of the present values.
+
+   This function doesn't return a value because it modifies elements
+   of VALUES to do its job.  */
+
 static void
 fix_command (input, values)
      Lisp_Object input, values;
 {
-  /* If the list of args was produced with an explicit call to `list',
-     look for elements that were computed with (region-beginning)
-     or (region-end), and put those expressions into VALUES
-     instead of the present values.  */
   if (CONSP (input))
     {
       Lisp_Object car;