diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-02-01 15:05:20 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-02-01 15:05:20 +0100 |
commit | f1cea3e96cb229b12dc12b0514c1269b9c09d530 (patch) | |
tree | 6b454ea7ee964af6a9c9e60ee6ea92981d206d10 /configure.ac | |
parent | e8e483a974bc401887070aa1269c9e4efa0e766c (diff) | |
download | emacs-f1cea3e96cb229b12dc12b0514c1269b9c09d530.tar.gz |
configure.ac: Fix a typo.
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 f4fcf529498..a679bd0a240 100644 --- a/configure.ac +++ b/configure.ac @@ -374,7 +374,7 @@ otherwise for the first of `gfile' or `inotify' that is usable.]) ], [with_file_notification=$with_features]) -OPTION_DEFAULT_OFF([xwidgets],[enable use of some gtk widgets it Emacs buffers]) +OPTION_DEFAULT_OFF([xwidgets],[enable use of some gtk widgets in Emacs buffers]) ## For the times when you want to build Emacs but don't have ## a suitable makeinfo, and can live without the manuals. |