summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-13 22:47:44 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-13 22:47:44 +0200
commit2ec5d36eccfc8cc0586f00861799c19972705e54 (patch)
tree1707c29eddb6844fd67fdab2b57e2403982479c1
parentac21151c4aa8a387145087a053382caf1a15b2b2 (diff)
downloadorg-mode-2ec5d36eccfc8cc0586f00861799c19972705e54.tar.gz
org-manual: Use "source code block" instead of "src code block"
* doc/org-manual.org (Code Evaluation and Security Issues): Replace "src" with "source".
-rw-r--r--doc/org-manual.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 6903552..93f6c0d 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18304,7 +18304,7 @@ Speed Keys, including the user-defined ones.
:ALT_TITLE: Code Evaluation Security
:END:
-Unlike plain text, running code comes with risk. Each =src= code
+Unlike plain text, running code comes with risk. Each source code
block, in terms of risk, is equivalent to an executable file. Org
therefore puts a few confirmation prompts by default. This is to
alert the casual user from accidentally running untrusted code.
@@ -18319,10 +18319,10 @@ Org evaluates code in the following circumstances:
- /Source code blocks/ ::
- Org evaluates =src= code blocks in an Org file during export.
- Org also evaluates a =src= code block with the {{{kbd(C-c C-c)}}}
- key chord. Users exporting or running code blocks must load
- files only from trusted sources. Be wary of customizing
+ Org evaluates source code blocks in an Org file during export.
+ Org also evaluates a source code block with the {{{kbd(C-c
+ C-c)}}} key chord. Users exporting or running code blocks must
+ load files only from trusted sources. Be wary of customizing
variables that remove or alter default security measures.
#+attr_texinfo: :options org-confirm-babel-evaluate