diff options
-rw-r--r-- | linenoise/linenoise.c | 2 | ||||
-rw-r--r-- | txr.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linenoise/linenoise.c b/linenoise/linenoise.c index 5418aeda..4a624ad9 100644 --- a/linenoise/linenoise.c +++ b/linenoise/linenoise.c @@ -115,7 +115,7 @@ struct lino_state { int save_hist_idx; /* Jump to history position on entry into edit */ /* Volatile state pertaining to just one linenoise call */ - wchar_t buf[LINENOISE_MAX_DISP]; /* Displayed line bufer. */ + wchar_t buf[LINENOISE_MAX_DISP]; /* Displayed line buffer. */ wchar_t data[LINENOISE_MAX_LINE]; /* True data corresponding to display */ const wchar_t *prompt; /* Prompt to display. */ const char *suffix; /* Suffix when creating temp file. */ @@ -23037,7 +23037,7 @@ Returns .code t if .meta char -is an alpha-numeric character, otherwise nil. Alpha-numeric +is an alphanumeric character, otherwise nil. Alphanumeric means one of the upper or lower case letters of the English alphabet found in ASCII, or an ASCII digit. This function is not affected by locale. @@ -53228,7 +53228,7 @@ user-defined pattern function called .code mypackage:end it may not be invoked using the syntax .codn "@(mypackage:end)" , -which is erroneous; though it is invokable indirectly via the +which is erroneous; though it is invocable indirectly via the .code "@(call)" directive. |