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
d19ffd64
Commit
d19ffd64
authored
Nov 22, 2013
by
Bozhidar Batsov
Browse files
* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
Improve docstring.
parent
30654657
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/ruby-mode.el
lisp/progmodes/ruby-mode.el
+2
-2
No files found.
lisp/ChangeLog
View file @
d19ffd64
2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
* progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
Improve docstring.
2013-11-22 Leo Liu <sdl.web@gmail.com>
* progmodes/octave.el (octave-operator-regexp): Exclude newline.
...
...
lisp/progmodes/ruby-mode.el
View file @
d19ffd64
...
...
@@ -273,8 +273,8 @@ even if it's not required."
:group 'ruby)
(defcustom ruby-custom-encoding-magic-comment-template "# encoding: %s"
"
The
encoding comment template
to be used when
`ruby-encoding-magic-comment-style' is set to `custom'."
"
A custom
encoding comment template
.
It is used when
`ruby-encoding-magic-comment-style' is set to `custom'."
:type 'string
:group 'ruby)
...
...
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