From: Bozhidar Batsov Date: Tue, 5 Nov 2013 09:30:15 +0000 (+0200) Subject: * lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae93bc748070852e8f697c2e8f05b9b5bc419b68;p=emacs.git * lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d8520b1b74..10512265e71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-11-05 Bozhidar Batsov + + * progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring. + 2013-11-04 Stefan Monnier * rect.el (rectangle--highlight-for-redisplay): diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 2d13cc7cc4c..6df909723c2 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -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)