Several typo fixes

* CONTRIBUTE.org: Use the article 'an' for Org.
* org-manual.org: Use the article 'an' for Org.
Delete unnecessary whitespace at beginning of line.
Move LaTeX comment to the LaTeX code block.

TINYCHANGE
This commit is contained in:
Shynur 2023-07-05 22:23:44 +08:00 committed by Ihor Radchenko
parent 7c6302e203
commit 501be358bb
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ effectively.
We value a nice tone in our discussions: please check and respect the We value a nice tone in our discussions: please check and respect the
[[https://www.gnu.org/philosophy/kind-communication.en.html][GNU Kind Communications Guidelines]]. [[https://www.gnu.org/philosophy/kind-communication.en.html][GNU Kind Communications Guidelines]].
* Contribute as a Org user * Contribute as an Org user
You can contribute by helping others in various channels. You can contribute by helping others in various channels.
@ -16,7 +16,7 @@ You can contribute with bug reports and patches.
See these [[https://orgmode.org/worg/org-contribute.html#org069b83a][directions]]. See these [[https://orgmode.org/worg/org-contribute.html#org069b83a][directions]].
* As a Org maintainer * As an Org maintainer
We encourage you to volunteer to maintain one of the Org files. We encourage you to volunteer to maintain one of the Org files.

View File

@ -508,7 +508,7 @@ as a title for your own headings.
Some people find the many stars too noisy and would prefer an outline Some people find the many stars too noisy and would prefer an outline
that has whitespace followed by a single star as headline starters. that has whitespace followed by a single star as headline starters.
This can be achieved using a Org Indent minor mode. See [[*A Cleaner This can be achieved using an Org Indent minor mode. See [[*A Cleaner
Outline View]] for more information. Outline View]] for more information.
Headlines are not numbered. However, you may want to dynamically Headlines are not numbered. However, you may want to dynamically
@ -11284,8 +11284,8 @@ For example:
#+begin_example #+begin_example
\begin{equation} % arbitrary environments, \begin{equation} % arbitrary environments,
x=\sqrt{b} % even tables, figures x=\sqrt{b} % even tables, figures, etc
\end{equation} % etc \end{equation}
If $a^2=b$ and \( b=2 \), then the solution must be If $a^2=b$ and \( b=2 \), then the solution must be
either $$ a=+\sqrt{2} $$ or \[ a=-\sqrt{2} \]. either $$ a=+\sqrt{2} $$ or \[ a=-\sqrt{2} \].
@ -11478,7 +11478,7 @@ see [[*Structure Templates]] for shortcuts to easily insert code blocks.
(defun org-xor (a b) (defun org-xor (a b)
"Exclusive or." "Exclusive or."
(if a (not b) b)) (if a (not b) b))
,#+END_SRC ,#+END_SRC
#+end_example #+end_example
Both in =example= and in =src= snippets, you can add a =-n= switch to Both in =example= and in =src= snippets, you can add a =-n= switch to
@ -15837,7 +15837,7 @@ Texinfo definition commands (see [[info:texinfo::Definition Commands]]).
One of them uses description lists and is described below, the other One of them uses description lists and is described below, the other
relies on special blocks (see [[*Special blocks in Texinfo export]]). relies on special blocks (see [[*Special blocks in Texinfo export]]).
Items in a description list in a Org file that begin with =Function:= Items in a description list in an Org file that begin with =Function:=
or certain other prefixes are converted using Texinfo definition or certain other prefixes are converted using Texinfo definition
commands. This works even if other items in the same list do not have commands. This works even if other items in the same list do not have
such a prefix; if necessary a single description list is converted such a prefix; if necessary a single description list is converted