From ccb5c14f4b1eb18347c522dc53d67c558231641d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Cadilhac?= Date: Mon, 10 Sep 2007 09:32:42 +0000 Subject: (Fcall_interactively): Comment fixes. --- src/callint.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/callint.c') diff --git a/src/callint.c b/src/callint.c index 2ad8f445782..707948e856d 100644 --- a/src/callint.c +++ b/src/callint.c @@ -329,9 +329,7 @@ invoke it. If KEYS is omitted or nil, the return value of /* 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 @@ invoke it. If KEYS is omitted or nil, the return value of 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, -- cgit v1.2.1