Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ae93bc74
Commit
ae93bc74
authored
Nov 05, 2013
by
Bozhidar Batsov
Browse files
* lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
parent
29aa2b71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/ruby-mode.el
lisp/progmodes/ruby-mode.el
+1
-4
No files found.
lisp/ChangeLog
View file @
ae93bc74
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):
...
...
lisp/progmodes/ruby-mode.el
View file @
ae93bc74
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment