diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-03-02 05:59:09 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-03-02 05:59:09 +0000 |
commit | 5536528785ac0f6dd3e06810d637237fbb786d3b (patch) | |
tree | 97b3f098ab276ed02e37653b64fdf66db1db6c51 /configure1.in | |
parent | c0056ea39f20b33d5e726c4aaccf77d56b8ab05d (diff) | |
download | emacs-5536528785ac0f6dd3e06810d637237fbb786d3b.tar.gz |
(with_x_toolkit): Fix typo in previous change.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |