aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax.rdoc
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-16 23:36:46 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-16 23:36:46 +0000
commit1eb9f71c3ae41182a08cd965340854f116354827 (patch)
tree6abb5b7bc584ebd726a299941569de8c89376e7a /doc/syntax.rdoc
parent038c535e18549740c34d63efc3326c8e12379317 (diff)
downloadruby-1eb9f71c3ae41182a08cd965340854f116354827.tar.gz
* doc/syntax/miscellaneous.rdoc: Added documentation for alias, undef,
BEGIN, END. * doc/syntax/modules_and_classes.rdoc (Constants): Fixed unwrapped paragraph with trailing whitespace. * doc/syntax/modules_and_classes.rdoc (Scope): Added section pointing to alias and undef documentation. * doc/syntax.rdoc: Added link to miscellaneous section. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/syntax.rdoc')
-rw-r--r--doc/syntax.rdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/syntax.rdoc b/doc/syntax.rdoc
index 4050dbe853..16f66c16e3 100644
--- a/doc/syntax.rdoc
+++ b/doc/syntax.rdoc
@@ -23,3 +23,6 @@ Exceptions[rdoc-ref:syntax/exceptions.rdoc] ::
Precedence[rdoc-ref:syntax/precedence.rdoc] ::
Precedence of ruby operators
+Miscellaneous[rdoc-ref:syntax/miscellaneous.rdoc] ::
+ +alias+, +undef+, +BEGIN+, +END+
+