diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-04 14:46:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-04 14:47:01 -0800 |
commit | 61e83e902b388490b609677a76f3d49740439f24 (patch) | |
tree | e2329fd5e9f6ec1c72b26a68765e8f982f788b29 /configure.ac | |
parent | 989bcc77ab576d7a83cb0194a9fc73ce51939042 (diff) | |
download | emacs-61e83e902b388490b609677a76f3d49740439f24.tar.gz |
Spelling fixes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2baafb99112..0aa863afe34 100644 --- a/configure.ac +++ b/configure.ac @@ -365,7 +365,7 @@ AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], g | gf | gfi | gfil | gfile ) val=gfile ;; w | w3 | w32 ) val=w32 ;; * ) AC_MSG_ERROR(['--with-file-notification=$withval' is invalid; -this option's value should be 'yes', 'no', 'inotify', 'kqeue', 'gfile' or 'w32'. +this option's value should be 'yes', 'no', 'inotify', 'kqueue', 'gfile' or 'w32'. 'yes' is a synonym for 'w32' on MS-Windows, for 'no' on Nextstep, otherwise for the first of 'inotify', 'kqueue' or 'gfile' that is usable.]) ;; |