* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):

Change default to "# encoding: %s" to differentiate it from the
default Ruby encoding comment template.
This commit is contained in:
Bozhidar Batsov 2013-11-20 12:52:07 +02:00
parent 0ec16636be
commit 638af3a10f

View file

@ -272,7 +272,7 @@ even if it's not required."
(const :tag "Custom Style" custom))
:group 'ruby)
(defcustom ruby-custom-encoding-magic-comment-template "# coding: %s"
(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'."
:type 'string