branch: externals-release/org
commit 4d26075039802b9715bf41d3d9d710d8101e7ceb
Author: Bastien <[email protected]>
Commit: Bastien <[email protected]>
doc/org-manual.org (Features Overview): Fix typo
* doc/org-manual.org (Features Overview): Fix typo.
Reported-by: Ian Nehera <[email protected]>
---
doc/org-manual.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 438c705..e6333b8 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -16394,9 +16394,9 @@ extract, export, and publish source code blocks. Org
can also compile
and execute a source code block, then capture the results. The Org
mode literature sometimes refers to source code blocks as /live code/
blocks because they can alter the content of the Org document or the
-material that it exports. Users can control how the "liveliness" of
-each source code block by tweaking the header arguments (see [[*Using
-Header Arguments]]) for compiling, execution, extraction, and exporting.
+material that it exports. Users can control the "liveliness" of each
+source code block by tweaking the header arguments (see [[*Using Header
+Arguments]]) for compiling, execution, extraction, and exporting.
For editing and formatting a source code block, Org uses an
appropriate Emacs major mode that includes features specifically