emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114967: * lisp/progmodes/ruby-mode.el (ruby-mode):


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r114967: * lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
Date: Tue, 05 Nov 2013 09:30:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114967
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: trunk
timestamp: Tue 2013-11-05 11:30:15 +0200
message:
  * lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from 
docstring.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-04 20:45:36 +0000
+++ b/lisp/ChangeLog    2013-11-05 09:30:15 +0000
@@ -1,3 +1,7 @@
+2013-11-05  Bozhidar Batsov  <address@hidden>
+
+       * progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from 
docstring.
+
 2013-11-04  Stefan Monnier  <address@hidden>
 
        * rect.el (rectangle--highlight-for-redisplay):

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2013-11-04 14:20:58 +0000
+++ b/lisp/progmodes/ruby-mode.el       2013-11-05 09:30:15 +0000
@@ -1894,10 +1894,7 @@
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]