aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBozhidar Batsov2013-11-05 11:30:15 +0200
committerBozhidar Batsov2013-11-05 11:30:15 +0200
commitae93bc748070852e8f697c2e8f05b9b5bc419b68 (patch)
tree5a0acb70e0f10bcc58e262fc8b7c0954bbdb9f2e
parent29aa2b718c072c78d0fda78ae40b0a0d2e32bdbd (diff)
downloademacs-ae93bc748070852e8f697c2e8f05b9b5bc419b68.tar.gz
emacs-ae93bc748070852e8f697c2e8f05b9b5bc419b68.zip
* lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/ruby-mode.el5
2 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3d8520b1b74..10512265e71 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
2
3 * progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
4
12013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> 52013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * rect.el (rectangle--highlight-for-redisplay): 7 * 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'.")
1894(define-derived-mode ruby-mode prog-mode "Ruby" 1894(define-derived-mode ruby-mode prog-mode "Ruby"
1895 "Major mode for editing Ruby code. 1895 "Major mode for editing Ruby code.
1896 1896
1897\\{ruby-mode-map} 1897\\{ruby-mode-map}"
1898
1899Entry to this mode calls the value of `ruby-mode-hook'
1900if that value is non-nil."
1901 (ruby-mode-variables) 1898 (ruby-mode-variables)
1902 1899
1903 (setq-local imenu-create-index-function 'ruby-imenu-create-index) 1900 (setq-local imenu-create-index-function 'ruby-imenu-create-index)