diff options
| author | Glenn Morris | 2015-03-10 18:40:09 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-03-10 18:40:09 -0400 |
| commit | 6c9681afe9d7296bc984f602a26cf78d577fcc1e (patch) | |
| tree | cfdef882fdd5bfde7c5034094633735155f4bdd5 /etc | |
| parent | 8db37916ca4241ee977901ae589a86a609a32c3c (diff) | |
| download | emacs-6c9681afe9d7296bc984f602a26cf78d577fcc1e.tar.gz emacs-6c9681afe9d7296bc984f602a26cf78d577fcc1e.zip | |
* lisp/progmodes/js.el (js-indent-first-initialiser): Fix doc, type, version.
First line of the doc string should be a complete sentence.
* etc/NEWS: Mention new option.
# Fix associated ChangeLog entries.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -389,6 +389,8 @@ The remainder were: | |||
| 389 | 389 | ||
| 390 | ** New ERT function `ert-summarize-tests-batch-and-exit'. | 390 | ** New ERT function `ert-summarize-tests-batch-and-exit'. |
| 391 | 391 | ||
| 392 | ** New js.el option `js-indent-first-initialiser'. | ||
| 393 | |||
| 392 | --- | 394 | --- |
| 393 | ** `Info-fontify-maximum-menu-size' can be t for no limit. | 395 | ** `Info-fontify-maximum-menu-size' can be t for no limit. |
| 394 | 396 | ||