diff options
| author | Bozhidar Batsov | 2013-11-22 14:28:23 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-22 14:28:23 +0200 |
| commit | d19ffd647dbf4a1c0e7a10752f03259349ed15eb (patch) | |
| tree | 38cf7e9c1d18f3f99b031fa02ff5ea1f56cc568d /lisp/progmodes/ruby-mode.el | |
| parent | 30654657035a94e93d405b7105e19910252dda25 (diff) | |
| download | emacs-d19ffd647dbf4a1c0e7a10752f03259349ed15eb.tar.gz emacs-d19ffd647dbf4a1c0e7a10752f03259349ed15eb.zip | |
* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
Improve docstring.
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
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." | |||
| 273 | :group 'ruby) | 273 | :group 'ruby) |
| 274 | 274 | ||
| 275 | (defcustom ruby-custom-encoding-magic-comment-template "# encoding: %s" | 275 | (defcustom ruby-custom-encoding-magic-comment-template "# encoding: %s" |
| 276 | "The encoding comment template to be used when | 276 | "A custom encoding comment template. |
| 277 | `ruby-encoding-magic-comment-style' is set to `custom'." | 277 | It is used when `ruby-encoding-magic-comment-style' is set to `custom'." |
| 278 | :type 'string | 278 | :type 'string |
| 279 | :group 'ruby) | 279 | :group 'ruby) |
| 280 | 280 | ||