From d19ffd647dbf4a1c0e7a10752f03259349ed15eb Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 22 Nov 2013 14:28:23 +0200 Subject: [PATCH] * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template): Improve docstring. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/ruby-mode.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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) -- 2.39.2