Browse Source

org-manual: Use "source code block" instead of "src code block"

* doc/org-manual.org (Code Evaluation and Security Issues): Replace
  "src" with "source".
Nicolas Goaziou 7 years ago
parent
commit
2ec5d36ecc
1 changed files with 5 additions and 5 deletions
  1. 5 5
      doc/org-manual.org

+ 5 - 5
doc/org-manual.org

@@ -18304,7 +18304,7 @@ Speed Keys, including the user-defined ones.
 :ALT_TITLE: Code Evaluation Security
 :ALT_TITLE: Code Evaluation Security
 :END:
 :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
 block, in terms of risk, is equivalent to an executable file.  Org
 therefore puts a few confirmation prompts by default.  This is to
 therefore puts a few confirmation prompts by default.  This is to
 alert the casual user from accidentally running untrusted code.
 alert the casual user from accidentally running untrusted code.
@@ -18319,10 +18319,10 @@ Org evaluates code in the following circumstances:
 
 
 - /Source code blocks/ ::
 - /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.
      variables that remove or alter default security measures.
 
 
      #+attr_texinfo: :options org-confirm-babel-evaluate
      #+attr_texinfo: :options org-confirm-babel-evaluate