]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix typo
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 31 Jan 2016 01:31:13 +0000 (04:31 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 31 Jan 2016 01:31:13 +0000 (04:31 +0300)
README.md

index 8de2bf0bccd9e50db786e2ef869298cfccd8cf3d..b8bbe3a2724188fc231329144320e1daf2aaefb0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -96,5 +96,5 @@ If you're using a version before 2.4.0, it defines `magit-revert-buffer-hook`
 When using Magit 2.4 or newer, add this to your init script:\r
 \r
 ```lisp\r
-(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t)\r
+(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)\r
 ```\r