]> code.delx.au - gnu-emacs-elpa/commitdiff
Replace ’ by '
authorPhilippe Vaucher <philippe@stvs.ch>
Thu, 16 Oct 2014 08:29:13 +0000 (10:29 +0200)
committerPhilippe Vaucher <philippe@stvs.ch>
Thu, 16 Oct 2014 08:29:13 +0000 (10:29 +0200)
README.md

index fcedd50758005c0a66d2d23e127f04257751dac1..753e159ce97411b8250e3db3694fbdbd4e5ce7f3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ This package is available fom Melpa, you may install it by calling
 Then activate it with
 
     (add-hook 'emacs-lisp-mode-hook #'aggressive-indent-mode)
-    (add-hook css-mode-hook #'aggressive-indent-mode)
+    (add-hook 'css-mode-hook #'aggressive-indent-mode)
 
 You can use this hook on any mode you want, `aggressive-indent` is not
 exclusive to emacs-lisp code. In fact, if you want to turn it on for
@@ -30,7 +30,7 @@ every programming mode, you can do something like:
     
 ### Manual Installation ###
     
-If you dont want to install from Melpa, you can download it manually,
+If you don't want to install from Melpa, you can download it manually,
 place it in your `load-path` and require it with
 
     (require 'aggressive-indent)