]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-exp.el
Merge branch 'emacs-25-merge'
[gnu-emacs] / lisp / org / ob-exp.el
index 3bfa8c55c78696ad03fba841577b0cebd2dfc84f..58bd1ec7758b1b95e6e281a555264ed636eaed5b 100644 (file)
@@ -53,7 +53,7 @@
 (defcustom org-export-babel-evaluate t
   "Switch controlling code evaluation during export.
 When set to nil no code will be evaluated as part of the export
-process.  When set to 'inline-only, only inline code blocks will
+process.  When set to `inline-only', only inline code blocks will
 be executed."
   :group 'org-babel
   :version "24.1"
@@ -98,7 +98,7 @@ be executed."
 
 (defun org-babel-exp-src-block (&rest headers)
   "Process source block for export.
-Depending on the 'export' headers argument, replace the source
+Depending on the `export' headers argument, replace the source
 code block like this:
 
 both ---- display the code and the results