]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
authorBozhidar Batsov <bozhidar@batsov.com>
Tue, 5 Nov 2013 09:30:15 +0000 (11:30 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Tue, 5 Nov 2013 09:30:15 +0000 (11:30 +0200)
lisp/ChangeLog
lisp/progmodes/ruby-mode.el

index 3d8520b1b740c328181dd26b6a0602767b23c4c2..10512265e71b73e707f69bda1e66ed73c94d2805 100644 (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):
index 2d13cc7cc4c37514b403e81427ea19512a3b89b8..6df909723c28b12f7005ee4d30d3e1c9c1c77253 100644 (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)