* 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
|
official GNU language for doing so. 'muile' requires guile 2.x to get the full
|
||||||
support.
|
support.
|
||||||
|
|
||||||
older versions will not support e.g. the 'mu-stats.scm' things
|
Older versions may not support e.g. the 'mu-stats.scm' things discussed below.
|
||||||
discussed below.
|
|
||||||
|
|
||||||
The combination of mu + guile is called `muile', and allows you to write
|
The combination of mu + guile is called `muile', and allows you to write
|
||||||
little Scheme-programs to query the mu-database, or inspect individual
|
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:
|
# Local Variables:
|
||||||
# mode: org; org-startup-folded: nil
|
# mode: org; org-startup-folded: nil
|
||||||
# End:
|
# End:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -74,7 +74,7 @@ muile_config_destroy (MuileConfig *conf)
|
|||||||
static void
|
static void
|
||||||
usage (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 ();
|
g_type_init ();
|
||||||
|
|
||||||
#ifdef HAVE_PRE2_GUILE
|
#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.");
|
"UTF-8 locale.");
|
||||||
#endif /* HAVE_PRE2_GUILE */
|
#endif /* HAVE_PRE2_GUILE */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user