From: Bozhidar Batsov Date: Fri, 22 Nov 2013 12:28:23 +0000 (+0200) Subject: * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template): X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~744 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d19ffd647dbf4a1c0e7a10752f03259349ed15eb;p=emacs.git * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template): Improve docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ddb0a4e2b5e..a2348ccf8f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-11-22 Bozhidar Batsov + + * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template): + Improve docstring. + 2013-11-22 Leo Liu * progmodes/octave.el (octave-operator-regexp): Exclude newline. diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 0e507b82115..f3cf84d4056 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -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)