emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7854cfc 007/108: Replace ’ by '


From: Artur Malabarba
Subject: [elpa] master 7854cfc 007/108: Replace ’ by '
Date: Wed, 25 Mar 2015 18:38:47 +0000

branch: master
commit 7854cfcdd5dded875c8a17efabcb29030a3d7ed9
Author: Philippe Vaucher <address@hidden>
Commit: Philippe Vaucher <address@hidden>

    Replace ’ by '
---
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fcedd50..753e159 100644
--- 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 don’t 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]