1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Add code block notation in doc

b283791dc5
This commit is contained in:
aycabta 2021-10-03 15:31:41 +09:00 committed by git
parent bc5407f00c
commit b91b3000bd

View file

@ -1948,7 +1948,7 @@ class Reline::LineEditor
# 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