]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Version 1.7
[gnu-emacs-elpa] / README.md
index b5006f5c69842430463f9d3bc778a41a032c7538..68e07adc1b891b9208c8aa3b5e7187105d49eb25 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ transposing lines, or slurping and barfing sexps, indentation is bound
 to go wrong.
 
 **`aggressive-indent-mode`** is a minor mode that keeps your code **always**
-indented. It reindents after every command, making it more reliable
+indented. It reindents after every change, making it more reliable
 than `electric-indent-mode`.
 
 ### Demonstration ###
@@ -39,10 +39,8 @@ every programming mode, you can do something like:
 #### Manual Installation ####
 
 If you don't want to install from Melpa, you can download it manually,
-place it in your `load-path` along with its two dependencies:
-
-- [Names](https://github.com/Bruce-Connor/names/)
-- and `cl-lib` (which you should already have if your `emacs-version` is at least 24.3).
+place it in your `load-path` along with its dependency `cl-lib` (which
+you should already have if your `emacs-version` is at least 24.3).
 
 Then require it with: