diff options
| author | Bozhidar Batsov | 2018-06-16 23:00:50 +0300 |
|---|---|---|
| committer | Bozhidar Batsov | 2018-06-16 23:00:50 +0300 |
| commit | adc80ddcfb37cdd9fa192053a1088d22585416e7 (patch) | |
| tree | 19669cb5a1a261127092c9bf34756b70cc96fd64 | |
| parent | a7350d09eebfe256c3c84413637f6b7371fb2106 (diff) | |
| download | emacs-adc80ddcfb37cdd9fa192053a1088d22585416e7.tar.gz emacs-adc80ddcfb37cdd9fa192053a1088d22585416e7.zip | |
Fix a docstring
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 3 |
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 | ||
| 260 | Only has effect when `ruby-use-smie' is t. | 260 | Only 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) |