projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399433c
)
; ruby-indent-level: Improve the docstring
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 19 Dec 2022 17:37:44 +0000
(19:37 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 19 Dec 2022 19:06:07 +0000
(21:06 +0200)
lisp/progmodes/ruby-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index fa51597697f5caeb5509c81ec81287a81d1014e8..d7efe982870bcd3613eeb7124a700af3adebaebf 100644
(file)
--- 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)