We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f075f5 commit b283791Copy full SHA for b283791
lib/reline/line_editor.rb
@@ -1948,7 +1948,7 @@ def finish
1948
# position. In replace mode, overwrite the character at the
1949
# cursor and move the cursor to the right by one character
1950
# position. Accept an argument to do this repeatedly. It is an
1951
- # error if the input character is the NUL character (Ctrl-@).
+ # error if the input character is the NUL character (+Ctrl-@+).
1952
# Failure to enlarge the edit buffer also results in an error.
1953
# Editline:: +ed-digit+ (emacs: 0 to 9) If in argument input mode, append
1954
# the input digit to the argument being read. Otherwise, call
0 commit comments