* lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.

This commit is contained in:
Bozhidar Batsov 2013-11-05 11:30:15 +02:00
parent 29aa2b718c
commit ae93bc7480
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
* progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
* rect.el (rectangle--highlight-for-redisplay):

View file

@ -1894,10 +1894,7 @@ See `font-lock-syntax-table'.")
(define-derived-mode ruby-mode prog-mode "Ruby"
"Major mode for editing Ruby code.
\\{ruby-mode-map}
Entry to this mode calls the value of `ruby-mode-hook'
if that value is non-nil."
\\{ruby-mode-map}"
(ruby-mode-variables)
(setq-local imenu-create-index-function 'ruby-imenu-create-index)