aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2018-06-13 13:49:00 -0700
committerGitHub2018-06-13 13:49:00 -0700
commitb1d9ce08a6ee441f574c93cebfff4876ccf5cb1b (patch)
tree33dd0ef4b0cfbda08f0b449aeb5df230fddea026
parentb84a77bcdcd648defa08ba7803e23c6b4f0e8389 (diff)
downloademacs-b1d9ce08a6ee441f574c93cebfff4876ccf5cb1b.tar.gz
emacs-b1d9ce08a6ee441f574c93cebfff4876ccf5cb1b.zip
Update use-package.texi
-rw-r--r--doc/misc/use-package.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index baf60748596..dfd046f1b4b 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -131,7 +131,7 @@ FAQ - Issues and Errors
131 131
132The @code{use-package} macro allows you to isolate package configuration 132The @code{use-package} macro allows you to isolate package configuration
133in your @file{.emacs} file in a way that is both performance-oriented and, 133in your @file{.emacs} file in a way that is both performance-oriented and,
134well, tidy. I created it because I have over 80 packages that I use in 134well, tidy. I created it because I have over 400 packages that I use in
135Emacs, and things were getting difficult to manage. Yet with this utility 135Emacs, and things were getting difficult to manage. Yet with this utility
136my total load time is around 2 seconds, with no loss of functionality! 136my total load time is around 2 seconds, with no loss of functionality!
137 137