aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-16 06:21:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-16 06:21:13 +0000
commit2b89d63e61bd53c387a5fccfb6c3651def0bd319 (patch)
treecd26b22de2b90e53d57008d4e0e9c6947c69cf69 /doc
parent6989f24117f4d2e90f5ec98fb30d60fff4386f9e (diff)
downloadruby-2b89d63e61bd53c387a5fccfb6c3651def0bd319.tar.gz
literals.rdoc: add DEL [ci skip]
* doc/syntax/literals.rdoc (Strings): [DOC] add DEL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax/literals.rdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc
index 438fd18d1e..4d8a9a210d 100644
--- a/doc/syntax/literals.rdoc
+++ b/doc/syntax/literals.rdoc
@@ -105,6 +105,9 @@ sequences are as follows:
\cx or \C-x control character, where x is an ASCII printable character
\M-x meta character, where x is an ASCII printable character
\M-\C-x meta control character, where x is an ASCII printable character
+ \M-\cx same as above
+ \c\M-x same as above
+ \c? or \C-? delete, ASCII 7Fh (DEL)
Any other charater followed by a backslash is interpreted as the
character itself.