* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
authorBozhidar Batsov <bozhidar@batsov.com>
Fri, 22 Nov 2013 12:28:23 +0000 (14:28 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Fri, 22 Nov 2013 12:28:23 +0000 (14:28 +0200)
Improve docstring.

lisp/ChangeLog
lisp/progmodes/ruby-mode.el

index ddb0a4e..a2348cc 100644 (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.
index 0e507b8..f3cf84d 100644 (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)