changeset 44809:a99665332964

Justify help texts.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 24 Apr 2002 13:23:23 +0000
parents e892c1b51d7d
children c61f121692e4
files configure configure.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Apr 24 13:18:27 2002 +0000
+++ b/configure	Wed Apr 24 13:23:23 2002 +0000
@@ -841,7 +841,7 @@
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-game-dir         use a shared game directory if possible
-  --with-game-user       use specified user for game directory
+  --with-game-user        use specified user for game directory
   --without-gcc           don't use GCC to compile Emacs if GCC is found
   --without-pop           don't support POP mail retrieval with movemail
   --with-kerberos         support Kerberos-authenticated POP
--- a/configure.in	Wed Apr 24 13:18:27 2002 +0000
+++ b/configure.in	Wed Apr 24 13:23:23 2002 +0000
@@ -55,7 +55,7 @@
 
 gameuser=games
 AC_ARG_WITH(game-user,
-[  --with-game-user       use specified user for game directory],
+[  --with-game-user        use specified user for game directory],
    [gameuser="$withval"])
 
 AC_ARG_WITH(gcc,