+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.
: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)