summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2021-05-06 12:10:25 +0200
committerBastien <bzg@gnu.org>2021-05-06 12:10:25 +0200
commit15200c25d576b4c4bd71f00dd0796bd614ce062f (patch)
tree6c1028152beaa91f13cae09af38ade9813eb4917
parent4b553e5d7011285e84d66bfe310916785822c366 (diff)
downloadorg-mode-15200c25.tar.gz
doc/org-manual.org: Small rephrasing
* doc/org-manual.org (Features Overview): Small rephrasing. Reported-by: Ian Nehera <delta29@shaw.ca> Link: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47738
-rw-r--r--doc/org-manual.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index c7c3a34..438c705 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 live they want 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 how 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