diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:37:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:37:15 +0000 |
commit | 217ad920dd665ae74e055d870bfa05f73a20c2c8 (patch) | |
tree | c2fd40f30f58bee82ac2a42790c9042d4aabf505 /src/charset.c | |
parent | 2e4096b0775518cabcd9e295cf1d96b211699135 (diff) | |
download | vim-git-217ad920dd665ae74e055d870bfa05f73a20c2c8.tar.gz |
updated for version 7.0062
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index be908ed5d..b51d07208 100644 --- a/src/charset.c +++ b/src/charset.c @@ -394,8 +394,8 @@ transstr(s) #if defined(FEAT_SYN_HL) || defined(FEAT_INS_EXPAND) || defined(PROTO) /* - * Convert the string "p[len]" to do ignore-case comparing. Uses the current - * locale. + * Convert the string "str[orglen]" to do ignore-case comparing. Uses the + * current locale. * When "buf" is NULL returns an allocated string (NULL for out-of-memory). * Otherwise puts the result in "buf[buflen]". */ |