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

Improve docstring.
This commit is contained in:
Bozhidar Batsov 2013-11-22 14:28:23 +02:00
parent 3065465703
commit d19ffd647d
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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.

View file

@ -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)