]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-exp.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / ob-exp.el
index 92006f81756aeb2919e948d30872bd0f90732f16..c04e1307314824bc0f05ef8501d4f6f8bd4ad4c4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-exp.el --- Exportation of org-babel source blocks
 
-;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Authors: Eric Schulte
 ;;     Dan Davison
@@ -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"