diff --git a/ChangeLog b/ChangeLog
index 2d62d42900f3d6726ff5e2c8bd9b9c079e75421a..6847b0b993bb12af478a7a68c71bf03d8a264dbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 	* src/global.c (print_sclist) - Also print last shortcut in list.
 	* doc/texinfo/nano.texi - Explain how to select and paste with
 	the mouse when mouse support is enabled: by holding down Shift.
+	* nano.spec.in, doc/faq.html, doc/texinfo/nano.texi - Remove
+	vestiges of the obsolete '--enable-all' configure flag.
 
 2014-03-26  Mike Frysinger  <vapier@gentoo.org>.
 	* configure.ac - Clean up most of the --with/--enable flags:
diff --git a/doc/faq.html b/doc/faq.html
index 62676f540cd19ad0a4b3b2816c2efa662f5bdf96..ba467dccba81dad57e37e10a1c3d11eeb4c8973c 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -157,7 +157,6 @@
   <b>--enable-nanorc</b>         Enable use of .nanorc files
   <b>--enable-color</b>          Enable color and syntax highlighting
   <b>--enable-multibuffer</b>    Enable having multiple file buffers open
-  <b>--enable-all</b>            Enable all of the above features
   <b>--disable-wrapping-as-root</b>
                           Disable text wrapping by default when the user is
                           root</pre></blockquote>
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index 2500bcb1f30af238f40a2a6e47fda9988e8d1cc5..5ba98e521d6d47ca94ae2628fd83dc2092c90862 100644
--- a/doc/texinfo/nano.texi
+++ b/doc/texinfo/nano.texi
@@ -887,10 +887,6 @@ custom settings in the nanorc file rather than having to pass command
 line options to get desired behavior.  See @xref{Nanorc Files}, for
 more info.
 
-@item --enable-all
-Shortcut for enabling the above four features (extra, color,
-multibuffer, and nanorc).
-
 @item --disable-nls
 Disables Native Language support.  This will disable use of the
 available GNU @code{nano} translations.
diff --git a/nano.spec.in b/nano.spec.in
index 3126213ba2efdaca92444a504e3486aff65249f1..9c8c07bc428796454ba68816bfd3995136de4d4f 100644
--- a/nano.spec.in
+++ b/nano.spec.in
@@ -21,7 +21,7 @@ Pico text editor while also offering a few enhancements.
 %setup -q
 
 %build
-%configure --enable-all
+%configure
 make
 
 %install