Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9809ca9

Browse files
committed
Issue #18458: merge comments from 3.3
2 parents e92ef13 + 5d4121a commit 9809ca9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/readline.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ extern char **completion_matches(char *, CPFunction *);
5555
* with the "real" readline and cannot be detected at compile-time,
5656
* hence we use a runtime check to detect if we're using libedit
5757
*
58-
* Currently there is one know API incompatibility:
58+
* Currently there is one known API incompatibility:
5959
* - 'get_history' has a 1-based index with GNU readline, and a 0-based
60-
* index with libedit's emulation.
60+
* index with older versions of libedit's emulation.
6161
* - Note that replace_history and remove_history use a 0-based index
62-
* with both implementation.
62+
* with both implementations.
6363
*/
6464
static int using_libedit_emulation = 0;
6565
static const char libedit_version_tag[] = "EditLine wrapper";

0 commit comments

Comments
 (0)