]> code.delx.au - gnu-emacs-elpa/commitdiff
Update README
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 23 Apr 2011 18:20:54 +0000 (22:20 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 23 Apr 2011 18:20:54 +0000 (22:20 +0400)
README.md

index c46d489776d005706ac4e8eb5ccf66c147576504..85e7e7b2824cb2c5b3ac332559513413b9cdd573 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ In original js2-mode.el,
     bar = 20,
     baz = 30;
 
-In this js2-mode.el, when the value `js2-use-ast-for-indentation-p` is non-nil (default nil),
+In this js2-mode.el, when the value `js2-pretty-multiline-decl-indentation-p` is non-nil,
 
     var foo = 10,
         bar = 20,