* cosmetics
This commit is contained in:
@ -10,8 +10,7 @@
|
||||
official GNU language for doing so. 'muile' requires guile 2.x to get the full
|
||||
support.
|
||||
|
||||
older versions will not support e.g. the 'mu-stats.scm' things
|
||||
discussed below.
|
||||
Older versions may not support e.g. the 'mu-stats.scm' things discussed below.
|
||||
|
||||
The combination of mu + guile is called `muile', and allows you to write
|
||||
little Scheme-programs to query the mu-database, or inspect individual
|
||||
@ -204,11 +203,3 @@ older versions will not support e.g. the 'mu-stats.scm' things
|
||||
# Local Variables:
|
||||
# mode: org; org-startup-folded: nil
|
||||
# End:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -74,7 +74,7 @@ muile_config_destroy (MuileConfig *conf)
|
||||
static void
|
||||
usage (void)
|
||||
{
|
||||
g_print ("usage: muile [--muhome=<dir>] [msgfile]\n");
|
||||
g_print ("usage: muile [--muhome <dir>] [--msg <msgfile>]\n");
|
||||
}
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ main (int argc, char *argv[])
|
||||
g_type_init ();
|
||||
|
||||
#ifdef HAVE_PRE2_GUILE
|
||||
g_warning ("Note: muile will not function correctly unless you have a "
|
||||
g_warning ("Note: muile will not function properly unless you are using a"
|
||||
"UTF-8 locale.");
|
||||
#endif /* HAVE_PRE2_GUILE */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user