summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2022-12-19 19:37:44 +0200
committerDmitry Gutov <dgutov@yandex.ru>2022-12-19 21:06:07 +0200
commitb9e813f79f2d7afb5f14caad17a865e66af17f15 (patch)
tree4c762029bb69b82d28a8d2b444bea67518feb201 /lisp/progmodes/ruby-mode.el
parent399433cc2b9500b7ee78503c03cead106b76bbd6 (diff)
downloademacs-b9e813f79f2d7afb5f14caad17a865e66af17f15.tar.gz
; ruby-indent-level: Improve the docstring
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r--lisp/progmodes/ruby-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index fa51597697f..d7efe982870 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -212,7 +212,7 @@ It should match the part after \"def\" and until \"=\".")
:safe 'booleanp)
(defcustom ruby-indent-level 2
- "Indentation of Ruby statements."
+ "Number of spaces for each indentation step in `ruby-mode'."
:type 'integer
:safe 'integerp)