Justify help texts.
authorPavel Janík <Pavel@Janik.cz>
Wed, 24 Apr 2002 13:23:23 +0000 (13:23 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 24 Apr 2002 13:23:23 +0000 (13:23 +0000)
configure
configure.in

index 411e9c1..ccf2903 100755 (executable)
--- a/configure
+++ b/configure
@@ -841,7 +841,7 @@ Optional Packages:
   --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
index 9ceb2fc..ec584e9 100644 (file)
@@ -55,7 +55,7 @@ AC_ARG_WITH(game-dir,
 
 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,