mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 13:19:36 +00:00
; ruby-indent-level: Improve the docstring
This commit is contained in:
parent
399433cc2b
commit
b9e813f79f
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ It should match the part after \"def\" and until \"=\".")
|
||||||
:safe 'booleanp)
|
:safe 'booleanp)
|
||||||
|
|
||||||
(defcustom ruby-indent-level 2
|
(defcustom ruby-indent-level 2
|
||||||
"Indentation of Ruby statements."
|
"Number of spaces for each indentation step in `ruby-mode'."
|
||||||
:type 'integer
|
:type 'integer
|
||||||
:safe 'integerp)
|
:safe 'integerp)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue