aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-07-12 14:07:40 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-07-12 14:17:10 +0300
commit725f05ca9a397f2bcbb5303e090e74c8e2b3b901 (patch)
tree4ccd2f435dd38fd58f994d0c14efff7e49693404 /NEWS
parentd5985ca4a79e7819cbb73de45f1fb85996bcafca (diff)
downloadidest-725f05ca9a397f2bcbb5303e090e74c8e2b3b901.tar.gz
idest-725f05ca9a397f2bcbb5303e090e74c8e2b3b901.tar.bz2
Minor change.
* src/guile.c (stringlinst_to_scm): Rename to stringlist_to_scm (fix typo). Don't use obstack, rely on pure Scheme approach. * gnulib.modules: Remove obstack and save-cwd.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c1214c6..db905a8 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,7 @@ concatenated and shown as a single one, e.g.:
comment: Test [RESULT] value [CDDB_TrackNumber] 8.
In all-frames mode, each comment field is shown individually, with the
-corresponding language and descriptor:
+corresponding language code and descriptor:
comment:eng:RESULT: value
comment:eng:CDDB_TrackNumber: 8
@@ -67,7 +67,7 @@ The two latter properties are defined only for comment frames.
When run with the --script option, idest searches for files .idest.scm,
$HOME/.idest.scm and $GUILE_SITE/idest/idest.scm (where HOME is the
user home directory and GUILE_SITE is Guile site-wide directory).
-First one of them which is found is loaded as a Scheme source file.
+The first of them which is found is loaded as a Scheme source file.
* Argument to the --script option is searched in the %load-path.

Return to:

Send suggestions and report system problems to the System administrator.