unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47738: Minor typos found in manuals (elisp, eshell, possibly org)
@ 2021-04-12 23:23 Ian Nehera
  2021-04-13 12:31 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Nehera @ 2021-04-12 23:23 UTC (permalink / raw)
  To: 47738

Hi, I’m not sure where I’m supposed to report this, but I found a few minor typos in some of the manuals (emacs 27.2).

	- docs/lispref/objects.texi, line 2414:
		original: …should not have been changed via `setcar’ because it given to `eval’…
		assumed fix: …because it [was] given to `eval’…

	- docs/misc/eshell.texi, line 519 (footnote):
		original: …as opposed to code completion, which is a beyond the scope of pcomplete…
		assumed fix: …which is […] beyond the scope…

This one isn’t a typo, but I think adding quotes/italics to the word “live”  (like “live code” earlier in the paragraph)
would help with clarity (I had to re-read the sentence a few times when going through this section).
	- docs/misc/org.org, line 16396:
		original: …Users can control how live they want each source code block…
		proposed change 1: …control how [“live”] they want…
		proposed change 2: …control [the “liveliness” of] each source…

If this isn’t the right format for reporting typos just let me know and I’ll rewrite this email.
Best,
Ian




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#47738: Minor typos found in manuals (elisp, eshell, possibly org)
  2021-04-12 23:23 bug#47738: Minor typos found in manuals (elisp, eshell, possibly org) Ian Nehera
@ 2021-04-13 12:31 ` Eli Zaretskii
  2021-05-06  9:52   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2021-04-13 12:31 UTC (permalink / raw)
  To: Ian Nehera; +Cc: 47738

> From: Ian Nehera <delta29@shaw.ca>
> Date: Mon, 12 Apr 2021 16:23:21 -0700
> 
> Hi, I’m not sure where I’m supposed to report this, but I found a few minor typos in some of the manuals (emacs 27.2).
> 
> 	- docs/lispref/objects.texi, line 2414:
> 		original: …should not have been changed via `setcar’ because it given to `eval’…
> 		assumed fix: …because it [was] given to `eval’…
> 
> 	- docs/misc/eshell.texi, line 519 (footnote):
> 		original: …as opposed to code completion, which is a beyond the scope of pcomplete…
> 		assumed fix: …which is […] beyond the scope…

Thanks, I installed these on the emacs-27 branch.

> This one isn’t a typo, but I think adding quotes/italics to the word “live”  (like “live code” earlier in the paragraph)
> would help with clarity (I had to re-read the sentence a few times when going through this section).
> 	- docs/misc/org.org, line 16396:
> 		original: …Users can control how live they want each source code block…
> 		proposed change 1: …control how [“live”] they want…
> 		proposed change 2: …control [the “liveliness” of] each source…

This one should be reported to the Org developers: I'd like them to
decide whether they want to quote "live" here.

> If this isn’t the right format for reporting typos just let me know and I’ll rewrite this email.

You did right, thanks.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#47738: Minor typos found in manuals (elisp, eshell, possibly org)
  2021-04-13 12:31 ` Eli Zaretskii
@ 2021-05-06  9:52   ` Lars Ingebrigtsen
  2021-05-06 10:13     ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-06  9:52 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Bastien, 47738, Ian Nehera

Eli Zaretskii <eliz@gnu.org> writes:

>> This one isn’t a typo, but I think adding quotes/italics to the word “live”  (like “live code” earlier in the paragraph)
>> would help with clarity (I had to re-read the sentence a few times when going through this section).
>> 	- docs/misc/org.org, line 16396:
>> 		original: …Users can control how live they want each source code block…
>> 		proposed change 1: …control how [“live”] they want…
>> 		proposed change 2: …control [the “liveliness” of] each source…
>
> This one should be reported to the Org developers: I'd like them to
> decide whether they want to quote "live" here.

Bastien added to the CCs.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#47738: Minor typos found in manuals (elisp, eshell, possibly org)
  2021-05-06  9:52   ` Lars Ingebrigtsen
@ 2021-05-06 10:13     ` Bastien
  2021-05-06 10:27       ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2021-05-06 10:13 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 47738, Ian Nehera

Lars Ingebrigtsen <larsi@gnus.org> writes:

>> This one should be reported to the Org developers: I'd like them to
>> decide whether they want to quote "live" here.
>
> Bastien added to the CCs.

Fixed in Org maint branch:
https://code.orgmode.org/bzg/org-mode/commit/15200c25

Thanks for the heads up!

-- 
 Bastien





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#47738: Minor typos found in manuals (elisp, eshell, possibly org)
  2021-05-06 10:13     ` Bastien
@ 2021-05-06 10:27       ` Lars Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-06 10:27 UTC (permalink / raw)
  To: Bastien; +Cc: 47738, Ian Nehera

Bastien <bzg@gnu.org> writes:

> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>>> This one should be reported to the Org developers: I'd like them to
>>> decide whether they want to quote "live" here.
>>
>> Bastien added to the CCs.
>
> Fixed in Org maint branch:
> https://code.orgmode.org/bzg/org-mode/commit/15200c25

Great!  I'll close this bug report, then.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-06 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 23:23 bug#47738: Minor typos found in manuals (elisp, eshell, possibly org) Ian Nehera
2021-04-13 12:31 ` Eli Zaretskii
2021-05-06  9:52   ` Lars Ingebrigtsen
2021-05-06 10:13     ` Bastien
2021-05-06 10:27       ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).