From: Karl Heuer Date: Wed, 2 Mar 1994 05:59:09 +0000 (+0000) Subject: (with_x_toolkit): Fix typo in previous change. X-Git-Tag: emacs-19.34~9708 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2ebfa8cfcd82cc5fe38793313a20a3bac991036;p=emacs.git (with_x_toolkit): Fix typo in previous change. --- diff --git a/configure1.in b/configure1.in index 8256b2dbbec..4d64bcfab6a 100755 --- a/configure1.in +++ b/configure1.in @@ -212,7 +212,7 @@ Set it to either \`yes' or \`no'." #echo "${progname}: the \`--${optname}' option is supposed to have a value #which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'." echo "${progname}: the \`--${optname}' option is supposed to have a value -which is \`yes', \`no', \`lucid', or \`athena'. +which is \`yes', \`no', \`lucid', or \`athena'." echo "${short_usage}") >&2 exit 1 ;;