From 550693de5410011d79555f04092e481710cf204b Mon Sep 17 00:00:00 2001 From: mooz Date: Mon, 21 Feb 2011 12:44:47 +0900 Subject: [PATCH 1/1] corrected documentation of multi-line variable declaration --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04d5dd17d..3f863f183 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ When js2-consistent-level-indent-inner-bracket-p is nil return validate(v); }); -Fixed ugly indentation with multi-line variable declaration ------------------------------------------------------------ +Pretty multi-line variable declaration +-------------------------------------- In original js2-mode.el, @@ -57,7 +57,7 @@ In original js2-mode.el, bar = 20, baz = 30; -In this js2-mode.el, +In this js2-mode.el, when the value `js2-use-ast-for-indentation-p` is non-nil (default nil), var foo = 10, bar = 20, -- 2.39.2