ruby-changes:39795
From: nobu <ko1@a...>
Date: Wed, 16 Sep 2015 15:21:41 +0900 (JST)
Subject: [ruby-changes:39795] nobu:r51876 (trunk): literals.rdoc: add DEL [ci skip]
nobu 2015-09-16 15:21:13 +0900 (Wed, 16 Sep 2015) New Revision: 51876 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51876 Log: literals.rdoc: add DEL [ci skip] * doc/syntax/literals.rdoc (Strings): [DOC] add DEL. Modified files: trunk/doc/syntax/literals.rdoc Index: doc/syntax/literals.rdoc =================================================================== --- doc/syntax/literals.rdoc (revision 51875) +++ doc/syntax/literals.rdoc (revision 51876) @@ -105,6 +105,9 @@ sequences are as follows: https://github.com/ruby/ruby/blob/trunk/doc/syntax/literals.rdoc#L105 \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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/