]> code.delx.au - gnu-emacs-elpa/commitdiff
Update `js2-concat-multiline-strings' docstring
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 24 Jul 2013 20:19:49 +0000 (23:19 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 24 Jul 2013 20:19:49 +0000 (23:19 +0300)
#107

js2-mode.el

index 982b7948a355276fec0a08fb20c1ecad1d8b9a44..c74d2e66382c9703b20ec292bd08d6be9db8124e 100644 (file)
@@ -292,8 +292,8 @@ If `js2-dynamic-idle-timer-adjust' is 0 or negative,
   :group 'js2-mode)
 
 (defcustom js2-concat-multiline-strings t
-  "Non-nil to automatically turn a newline in mid-string into a
-string concatenation.  When `eol', the '+' will be inserted at the
+  "When non-nil, `js2-line-break' in mid-string will make it a
+string concatenation. When `eol', the '+' will be inserted at the
 end of the line, otherwise, at the beginning of the next line."
   :type '(choice (const t) (const eol) (const nil))
   :group 'js2-mode)