emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r114939: * lisp/progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
Date: Mon, 04 Nov 2013 14:21:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114939
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-04 16:20:58 +0200
message:
  * lisp/progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
modified:
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2013-11-04 10:50:47 +0000
+++ b/lisp/progmodes/ruby-mode.el       2013-11-04 14:20:58 +0000
@@ -1892,14 +1892,12 @@
 
 ;;;###autoload
 (define-derived-mode ruby-mode prog-mode "Ruby"
-  "Major mode for editing Ruby scripts.
-\\[ruby-indent-line] properly indents subexpressions of multi-line
-class, module, def, if, while, for, do, and case statements, taking
-nesting into account.
-
-The variable `ruby-indent-level' controls the amount of indentation.
-
-\\{ruby-mode-map}"
+  "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-variables)
 
   (setq-local imenu-create-index-function 'ruby-imenu-create-index)


reply via email to

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