aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBozhidar Batsov2018-06-16 23:00:50 +0300
committerBozhidar Batsov2018-06-16 23:00:50 +0300
commitadc80ddcfb37cdd9fa192053a1088d22585416e7 (patch)
tree19669cb5a1a261127092c9bf34756b70cc96fd64
parenta7350d09eebfe256c3c84413637f6b7371fb2106 (diff)
downloademacs-adc80ddcfb37cdd9fa192053a1088d22585416e7.tar.gz
emacs-adc80ddcfb37cdd9fa192053a1088d22585416e7.zip
Fix a docstring
-rw-r--r--lisp/progmodes/ruby-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index bed88036eed..fad7bc1fb8b 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -257,8 +257,7 @@ the statement:
257 qux 257 qux
258 end 258 end
259 259
260Only has effect when `ruby-use-smie' is t. 260Only has effect when `ruby-use-smie' is t."
261"
262 :type `(choice 261 :type `(choice
263 (const :tag "None" nil) 262 (const :tag "None" nil)
264 (const :tag "All" t) 263 (const :tag "All" t)