emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115187: * lisp/progmodes/ruby-mode.el (ruby-custom-


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r115187: * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
Date: Fri, 22 Nov 2013 12:30:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115187
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: master
timestamp: Fri 2013-11-22 14:28:23 +0200
message:
  * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
  Improve docstring.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-22 10:50:37 +0000
+++ b/lisp/ChangeLog    2013-11-22 12:28:23 +0000
@@ -1,3 +1,8 @@
+2013-11-22  Bozhidar Batsov  <address@hidden>
+
+       * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
+       Improve docstring.
+
 2013-11-22  Leo Liu  <address@hidden>
 
        * progmodes/octave.el (octave-operator-regexp): Exclude newline.

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2013-11-20 10:52:07 +0000
+++ b/lisp/progmodes/ruby-mode.el       2013-11-22 12:28:23 +0000
@@ -273,8 +273,8 @@
   :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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]