summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-21 17:52:18 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-21 17:52:18 +0000
commit163ac54f131d4b76e9dc0b19fc0327998e82eaee (patch)
treee1c0f15151bc124b92926d4219fd176ba0767593 /encoding.c
parentbdf81563bf8bf7922cd8366c792478e220f76168 (diff)
* encoding.c (get_default_external): add description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index 78887de730..35130a6aaa 100644
--- a/encoding.c
+++ b/encoding.c
@@ -1011,7 +1011,8 @@ rb_enc_default_external(void)
*
* Returns default external encoding.
*
- * It is initialized by the locale or -E option.
+ * It is initialized by the locale or -E option,
+ * and can't be modified after that.
*/
static VALUE
get_default_external(VALUE klass)