diff options
author | Lua Team <team@lua.org> | 2004-03-24 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2004-03-24 12:00:00 +0000 |
commit | ced7bbbe7a257ce6de94069d5dbf6672aeafd4d9 (patch) | |
tree | 2a01a79e6a4f451dccd247c70310ad957204cefa /etc/saconfig.c | |
parent | e7731a8fb8a317aa5c444ef073bfad82fa5baa54 (diff) | |
download | lua-github-5.1-work0.tar.gz |
Lua 5.1-work05.1-work0
Diffstat (limited to 'etc/saconfig.c')
-rw-r--r-- | etc/saconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/saconfig.c b/etc/saconfig.c index bf3c64b7..6c07cce1 100644 --- a/etc/saconfig.c +++ b/etc/saconfig.c @@ -1,10 +1,10 @@ -/* sa-config.c -- configuration for stand-alone Lua interpreter +/* saconfig.c -- configuration for stand-alone Lua interpreter * * #define LUA_USERCONFIG to this file * * Here are the features that can be customized using #define: * -*** Line edit and history: +*** Line editing and history: * #define USE_READLINE to use the GNU readline library. * * To use another library for this, use the code below as a start. |