ruby-changes:68218
From: aycabta <ko1@a...>
Date: Sun, 3 Oct 2021 15:31:56 +0900 (JST)
Subject: [ruby-changes:68218] b91b3000bd (master): [ruby/reline] Add code block notation in doc
https://git.ruby-lang.org/ruby.git/commit/?id=b91b3000bd From b91b3000bdb4e62fc059de709dbf9eb805c08d70 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sun, 3 Oct 2021 15:31:41 +0900 Subject: [ruby/reline] Add code block notation in doc https://github.com/ruby/reline/commit/b283791dc5 --- lib/reline/line_editor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb index e4f80c88d8..73f7ae9d35 100644 --- a/lib/reline/line_editor.rb +++ b/lib/reline/line_editor.rb @@ -1948,7 +1948,7 @@ class Reline::LineEditor https://github.com/ruby/ruby/blob/trunk/lib/reline/line_editor.rb#L1948 # position. In replace mode, overwrite the character at the # cursor and move the cursor to the right by one character # position. Accept an argument to do this repeatedly. It is an - # error if the input character is the NUL character (Ctrl-@). + # error if the input character is the NUL character (+Ctrl-@+). # Failure to enlarge the edit buffer also results in an error. # Editline:: +ed-digit+ (emacs: 0 to 9) If in argument input mode, append # the input digit to the argument being read. Otherwise, call -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/