]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-ruby.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / org / ob-ruby.el
index 34b9eaf47cae76e8bc592d3a00d2a42bc7463c09..75c5db0d1f911b87819b75885557b68339aa2233 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-ruby.el --- org-babel functions for ruby evaluation
 
-;; Copyright (C) 2009-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -58,7 +58,7 @@
   :type 'string)
 
 (defcustom org-babel-ruby-nil-to 'hline
-  "Replace 'nil' in ruby tables with this before returning."
+  "Replace nil in ruby tables with this before returning."
   :group 'org-babel
   :version "24.4"
   :package-version '(Org . "8.0")