aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-ruby.el
diff options
context:
space:
mode:
authorPaul Eggert2015-05-21 10:04:45 -0700
committerPaul Eggert2015-05-21 10:06:44 -0700
commit96794d2f97cd064e4c2bf4f71459b42558cc8c79 (patch)
treeae2d3836af726636586f4ed21dbdfcb079715777 /lisp/org/ob-ruby.el
parentfc071bf7c6a300f52142b92cf99c5a0e63b3e235 (diff)
downloademacs-96794d2f97cd064e4c2bf4f71459b42558cc8c79.tar.gz
emacs-96794d2f97cd064e4c2bf4f71459b42558cc8c79.zip
Don't quote nil and t in doc strings
This is as per "Tips for Documentation Strings" in the elisp manual. For consistency, do the same in diagnostics and comments.
Diffstat (limited to 'lisp/org/ob-ruby.el')
-rw-r--r--lisp/org/ob-ruby.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-ruby.el b/lisp/org/ob-ruby.el
index 7e09d6d78be..8dee01a5389 100644
--- a/lisp/org/ob-ruby.el
+++ b/lisp/org/ob-ruby.el
@@ -58,7 +58,7 @@
58 :type 'string) 58 :type 'string)
59 59
60(defcustom org-babel-ruby-nil-to 'hline 60(defcustom org-babel-ruby-nil-to 'hline
61 "Replace 'nil' in ruby tables with this before returning." 61 "Replace nil in ruby tables with this before returning."
62 :group 'org-babel 62 :group 'org-babel
63 :version "24.4" 63 :version "24.4"
64 :package-version '(Org . "8.0") 64 :package-version '(Org . "8.0")