mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
* lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
This commit is contained in:
parent
29aa2b718c
commit
ae93bc7480
2 changed files with 5 additions and 4 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue