* bug#32406: Simplify explanation of interactive form
@ 2018-08-09 3:46 Javier Olaechea
2018-08-09 15:29 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Javier Olaechea @ 2018-08-09 3:46 UTC (permalink / raw)
To: 32406
[-- Attachment #1.1: Type: text/plain, Size: 275 bytes --]
The previous wording said that an interactive form is a declaration
periphrastically ("Its presence serves as flag"). I've done my best to
follow the ChangeLog format
Cheers,
Javier Olaechea
--
"I object to doing things that computers can do." — Olin Shivers
[-- Attachment #1.2: Type: text/html, Size: 459 bytes --]
[-- Attachment #2: 0001-Reword-description-of-INTERACTIVE-form.patch --]
[-- Type: text/x-patch, Size: 1377 bytes --]
From bf6e003759275a6a61b50f3b1db12b2a20e312ea Mon Sep 17 00:00:00 2001
From: Javier Olaechea <pirata@gmail.com>
Date: Wed, 8 Aug 2018 22:09:54 -0500
Subject: [PATCH] Reword description of INTERACTIVE form
* doc/lispref/commands.texi (Defining Commands): Reword description of
`interactive` form.
---
doc/lispref/commands.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 0753d6f..646dd8e 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -111,9 +111,9 @@ command. The @code{interactive} form must be located at top-level in
the function body, usually as the first form in the body; this applies
to both lambda expressions (@pxref{Lambda Expressions}) and
@code{defun} forms (@pxref{Defining Functions}). This form does
-nothing during the actual execution of the function; its presence
-serves as a flag, telling the Emacs command loop that the function can
-be called interactively. The argument of the @code{interactive} form
+nothing during the actual execution of the function. It is a
+declarations, telling the Emacs command loop that the function can be
+called interactively. The argument of the @code{interactive} form
specifies how the arguments for an interactive call should be read.
@cindex @code{interactive-form} property
--
2.9.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#32406: Simplify explanation of interactive form
2018-08-09 3:46 bug#32406: Simplify explanation of interactive form Javier Olaechea
@ 2018-08-09 15:29 ` Eli Zaretskii
2019-11-02 0:55 ` Stefan Kangas
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-08-09 15:29 UTC (permalink / raw)
To: Javier Olaechea; +Cc: 32406
> From: Javier Olaechea <pirata@gmail.com>
> Date: Wed, 8 Aug 2018 22:46:55 -0500
>
> The previous wording said that an interactive form is a declaration periphrastically ("Its presence serves as
> flag"). I've done my best to follow the ChangeLog format
As far as I could see, you just replaced "serves as a flag" with "is a
declaration". Is that true? If so, can you explain why the proposed
text is simpler?
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#32406: Simplify explanation of interactive form
2018-08-09 15:29 ` Eli Zaretskii
@ 2019-11-02 0:55 ` Stefan Kangas
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2019-11-02 0:55 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Javier Olaechea, 32406-done
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Javier Olaechea <pirata@gmail.com>
>> Date: Wed, 8 Aug 2018 22:46:55 -0500
>>
>> The previous wording said that an interactive form is a declaration periphrastically ("Its presence serves as
>> flag"). I've done my best to follow the ChangeLog format
>
> As far as I could see, you just replaced "serves as a flag" with "is a
> declaration". Is that true? If so, can you explain why the proposed
> text is simpler?
More information was requested, but none was given within a year, so
I'm closing this bug.
Best regards,
Stefan Kangas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-02 0:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 3:46 bug#32406: Simplify explanation of interactive form Javier Olaechea
2018-08-09 15:29 ` Eli Zaretskii
2019-11-02 0:55 ` Stefan Kangas
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.