diff options
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 28c44307ff2..0e507b82115 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -272,7 +272,7 @@ even if it's not required." | |||
| 272 | (const :tag "Custom Style" custom)) | 272 | (const :tag "Custom Style" custom)) |
| 273 | :group 'ruby) | 273 | :group 'ruby) |
| 274 | 274 | ||
| 275 | (defcustom ruby-custom-encoding-magic-comment-template "# coding: %s" | 275 | (defcustom ruby-custom-encoding-magic-comment-template "# encoding: %s" |
| 276 | "The encoding comment template to be used when | 276 | "The encoding comment template to be used when |
| 277 | `ruby-encoding-magic-comment-style' is set to `custom'." | 277 | `ruby-encoding-magic-comment-style' is set to `custom'." |
| 278 | :type 'string | 278 | :type 'string |